From 3154c60b592ec5dcbcde03113570aae2946e572c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=B5=E3=81=81?= Date: Wed, 21 Feb 2024 14:31:10 +0900 Subject: [PATCH] update 5.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ふぁ --- DMMGamePlayerFastLauncher/static/env.py | 2 +- DMMGamePlayerFastLauncher/static/loder.py | 4 ++-- setup.iss | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DMMGamePlayerFastLauncher/static/env.py b/DMMGamePlayerFastLauncher/static/env.py index 404d291..8041508 100644 --- a/DMMGamePlayerFastLauncher/static/env.py +++ b/DMMGamePlayerFastLauncher/static/env.py @@ -8,7 +8,7 @@ class Env(Dump): - VERSION = "v5.5.0" + VERSION = "v5.5.1" RELEASE_VERSION = requests.get(UrlConfig.RELEASE_API).json().get("tag_name", VERSION) DEVELOP: bool = os.environ.get("ENV") == "DEVELOP" diff --git a/DMMGamePlayerFastLauncher/static/loder.py b/DMMGamePlayerFastLauncher/static/loder.py index f52d149..e9d69db 100644 --- a/DMMGamePlayerFastLauncher/static/loder.py +++ b/DMMGamePlayerFastLauncher/static/loder.py @@ -35,8 +35,8 @@ def config_migrate(): version = Version(AppConfig.DATA.last_version.get() or "v0.0.0") logging.info(f"Migration from {version} to {Env.VERSION}") - if version < Version("v5.4.1"): - logging.info("Migration from v5.4.0 to v5.4.1") + if version < Version("v5.5.0"): + logging.info("Migration from v5.5.0 to v5.5.1") Path(AssetsPathConfig.I18N).joinpath("app.ja.yml").unlink(missing_ok=True) Path(AssetsPathConfig.I18N).joinpath("app.en.yml").unlink(missing_ok=True) diff --git a/setup.iss b/setup.iss index 20fa50b..2e96b63 100644 --- a/setup.iss +++ b/setup.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "DMMGamePlayerFastLauncher" -#define MyAppVersion "5.5.0" +#define MyAppVersion "5.5.1" #define MyAppPublisher "yuki" #define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher" #define MyAppExeName "DMMGamePlayerFastLauncher.exe"