Skip to content

Commit

Permalink
update version 5.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: ふぁ <[email protected]>
  • Loading branch information
fa0311 committed Feb 23, 2024
1 parent 482e1ab commit 97cd066
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DMMGamePlayerFastLauncher/static/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class Env(Dump):
VERSION = "v5.5.1"
VERSION = "v5.5.2"
RELEASE_VERSION = requests.get(UrlConfig.RELEASE_API).json().get("tag_name", VERSION)

DEVELOP: bool = os.environ.get("ENV") == "DEVELOP"
Expand Down
2 changes: 1 addition & 1 deletion DMMGamePlayerFastLauncher/static/loder.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ 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.5.0"):
if version < Version("v5.5.2"):
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)
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "DMMGamePlayerFastLauncher"
#define MyAppVersion "5.5.1"
#define MyAppVersion "5.5.2"
#define MyAppPublisher "yuki"
#define MyAppURL "https://github.com/fa0311/DMMGamePlayerFastLauncher"
#define MyAppExeName "DMMGamePlayerFastLauncher.exe"
Expand Down

0 comments on commit 97cd066

Please sign in to comment.