From fb8ae2cb4f659b289d187ef2da066bc8a5b4ec3d Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Tue, 7 May 2024 21:11:23 +0800 Subject: [PATCH] Release: 2.11.0 50 --- lib/common/conf/const_conf.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common/conf/const_conf.dart b/lib/common/conf/const_conf.dart index e5ac32f..e8e2f2c 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.0 Beta"; - static const int appVersionCode = 46; - static const String appVersionDate = "2024-03-30"; + static const int appVersionCode = 50; + static const String appVersionDate = "2024-5-07"; 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 52ce758..40dd7ba 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.10.10.0 + msix_version: 2.11.0.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn