From 4d36b5d7c11680d721ff95313319c3e649cb4e17 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Fri, 28 Jun 2024 23:10:09 +0800 Subject: [PATCH 1/2] Release: 2.11.3 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 759a4b9..ca14c24 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.11.2.0 + msix_version: 2.11.3.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn From 4dd47d02ebf23d4c5edbdb169a014c92f7e4bfab Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Fri, 28 Jun 2024 23:32:57 +0800 Subject: [PATCH 2/2] Rlease: 2.11.3 53 --- lib/common/conf/const_conf.dart | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common/conf/const_conf.dart b/lib/common/conf/const_conf.dart index 6c8ce63..631d6b5 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.11.2 Beta"; - static const int appVersionCode = 52; - static const String appVersionDate = "2024-6-17"; + static const String appVersion = "2.11.3"; + static const int appVersionCode = 53; + static const String appVersionDate = "2024-6-28"; static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"]; static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true";