From e917dfbf160887437ebd7131b465ec02b8ba1e30 Mon Sep 17 00:00:00 2001 From: CHUN YU YAO Date: Wed, 31 May 2023 20:09:59 +0800 Subject: [PATCH] ver 2023-05-26 --- chrome_tixcraft.py | 2 +- config_launcher.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome_tixcraft.py b/chrome_tixcraft.py index 218beb5..6826b14 100644 --- a/chrome_tixcraft.py +++ b/chrome_tixcraft.py @@ -54,7 +54,7 @@ import itertools import ssl ssl._create_default_https_context = ssl._create_unverified_context -CONST_APP_VERSION = u"MaxBot (2023.05.25)" +CONST_APP_VERSION = u"MaxBot (2023.05.26)" CONST_MAXBOT_CONFIG_FILE = "settings.json" CONST_MAXBOT_LAST_URL_FILE = "MAXBOT_LAST_URL.txt" diff --git a/config_launcher.py b/config_launcher.py index 0e6987a..3637275 100644 --- a/config_launcher.py +++ b/config_launcher.py @@ -22,7 +22,7 @@ import base64 import threading import subprocess -CONST_APP_VERSION = u"MaxBot (2023.05.25)" +CONST_APP_VERSION = u"MaxBot (2023.05.26)" CONST_MAXBOT_LAUNCHER_FILE = "config_launcher.json" CONST_MAXBOT_CONFIG_FILE = "settings.json"