From 0e4e142d74a3eb16155b86257492528e2121605a Mon Sep 17 00:00:00 2001 From: WhiteMagic Date: Tue, 16 Jul 2019 22:19:27 +0200 Subject: [PATCH] Update release number --- about/about.html | 2 +- joystick_gremlin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/about/about.html b/about/about.html index f53b74c8..861fb391 100644 --- a/about/about.html +++ b/about/about.html @@ -15,7 +15,7 @@

http://whitemagic.github.io/JoystickGremlin

- +
VersionRelease 13.2Release 13.3
diff --git a/joystick_gremlin.py b/joystick_gremlin.py index b8e70233..313b206b 100644 --- a/joystick_gremlin.py +++ b/joystick_gremlin.py @@ -1186,7 +1186,7 @@ def configure_logger(config): logger.debug("-" * 80) logger.debug(time.strftime("%Y-%m-%d %H:%M")) - logger.debug("Starting Joystick Gremlin R13.2") + logger.debug("Starting Joystick Gremlin R13.3") logger.debug("-" * 80)