From e34e08254810999579907feee3af9e72c9c89722 Mon Sep 17 00:00:00 2001 From: "Silas S. Brown" <ssb22@cam.ac.uk> Date: Mon, 11 Nov 2019 02:06:48 +0000 Subject: [PATCH] Update README.md, Web Adjuster --- README.md | 2 +- adjuster.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a948c95..c4b2027 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ TermLayout is _not_ a Web browser: it has no facilities for navigating links. It If you are using TermLayout with an annotator generated by Annotator Generator, you might also be interested in `tmux-annotator.sh` which sets up tmux with a “hotkey†to annotate the current screen and display the result in TermLayout. -Options for Web Adjuster v0.2796 +Options for Web Adjuster v0.2797 ============ General options diff --git a/adjuster.py b/adjuster.py index 769ec73..95d4e40 100644 --- a/adjuster.py +++ b/adjuster.py @@ -1,6 +1,6 @@ #!/usr/bin/env python2 -program_name = "Web Adjuster v0.2796 (c) 2012-19 Silas S. Brown" +program_name = "Web Adjuster v0.2797 (c) 2012-19 Silas S. Brown" # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. -- GitLab