diff --git a/lib/common/conf/const_conf.dart b/lib/common/conf/const_conf.dart index b735a03..459243e 100644 --- a/lib/common/conf/const_conf.dart +++ b/lib/common/conf/const_conf.dart @@ -1,6 +1,6 @@ class ConstConf { - static const String appVersion = "2.12.1"; - static const int appVersionCode = 55; + static const String appVersion = "2.12.2"; + static const int appVersionCode = 56; static const String appVersionDate = "2024-6-28"; static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"]; static const isMSE = diff --git a/pubspec.yaml b/pubspec.yaml index 1e7745d..7086c3f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -100,7 +100,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 2.12.1.0 + msix_version: 2.12.2.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn