Skip to content

Commit 3154c60

Browse files
committed
update 5.5.1
Signed-off-by: ふぁ <yuki@yuki0311.com>
1 parent ae06387 commit 3154c60

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

DMMGamePlayerFastLauncher/static/env.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99

1010
class Env(Dump):
11-
VERSION = "v5.5.0"
11+
VERSION = "v5.5.1"
1212
RELEASE_VERSION = requests.get(UrlConfig.RELEASE_API).json().get("tag_name", VERSION)
1313

1414
DEVELOP: bool = os.environ.get("ENV") == "DEVELOP"

DMMGamePlayerFastLauncher/static/loder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ def config_migrate():
3535
version = Version(AppConfig.DATA.last_version.get() or "v0.0.0")
3636
logging.info(f"Migration from {version} to {Env.VERSION}")
3737

38-
if version < Version("v5.4.1"):
39-
logging.info("Migration from v5.4.0 to v5.4.1")
38+
if version < Version("v5.5.0"):
39+
logging.info("Migration from v5.5.0 to v5.5.1")
4040
Path(AssetsPathConfig.I18N).joinpath("app.ja.yml").unlink(missing_ok=True)
4141
Path(AssetsPathConfig.I18N).joinpath("app.en.yml").unlink(missing_ok=True)
4242

setup.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "DMMGamePlayerFastLauncher"
5-
#define MyAppVersion "5.5.0"
5+
#define MyAppVersion "5.5.1"
66
#define MyAppPublisher "yuki"
77
#define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher"
88
#define MyAppExeName "DMMGamePlayerFastLauncher.exe"

0 commit comments

Comments
 (0)