diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index 3dc8306..34baca4 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -51,7 +51,7 @@ except Exception as exc: import ssl ssl._create_default_https_context = ssl._create_unverified_context -CONST_APP_VERSION = u"MaxBot (2023.01.14) ver.6" +CONST_APP_VERSION = u"MaxBot (2023.01.14) ver.7" CONST_HOMEPAGE_DEFAULT = "https://tixcraft.com" diff --git a/settings.py b/settings.py index 1ef0fe2..9a7c363 100644 --- a/settings.py +++ b/settings.py @@ -19,7 +19,7 @@ import json import webbrowser import pyperclip -CONST_APP_VERSION = u"MaxBot (2023.01.14) ver.6" +CONST_APP_VERSION = u"MaxBot (2023.01.14) ver.7" CONST_FROM_TOP_TO_BOTTOM = u"from top to bottom" CONST_FROM_BOTTOM_TO_TOP = u"from bottom to top"