From e37acfdaedbd69121de8366bf1d39ac4c1a43e5c Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Mon, 7 Oct 2024 12:58:50 +0800 Subject: [PATCH] Release: 2.12.3 --- lib/common/conf/const_conf.dart | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/common/conf/const_conf.dart b/lib/common/conf/const_conf.dart index 459243e..70a06ca 100644 --- a/lib/common/conf/const_conf.dart +++ b/lib/common/conf/const_conf.dart @@ -1,7 +1,7 @@ class ConstConf { - static const String appVersion = "2.12.2"; - static const int appVersionCode = 56; - static const String appVersionDate = "2024-6-28"; + static const String appVersion = "2.12.3"; + static const int appVersionCode = 57; + static const String appVersionDate = "2024-10-07"; static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"]; static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true"; diff --git a/pubspec.yaml b/pubspec.yaml index f7530cd..529e5c6 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.2.0 + msix_version: 2.12.3.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn