From a9980208d365deff20afa40acc7ab1a270790cb9 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Mon, 17 Jun 2024 20:16:56 +0800 Subject: [PATCH] bump: App to 2.11.2 --- 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 0fe8449..6c8ce63 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.1 Beta"; - static const int appVersionCode = 51; - static const String appVersionDate = "2024-5-08"; + static const String appVersion = "2.11.2 Beta"; + static const int appVersionCode = 52; + static const String appVersionDate = "2024-6-17"; static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW"]; static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true"; diff --git a/pubspec.yaml b/pubspec.yaml index b4e54d8..796dd56 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.1.0 + msix_version: 2.11.2.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn