From 4d2c0c20d5b5b7e084d7b831456b3ef13b2b07a3 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Tue, 26 Mar 2024 20:05:01 +0800 Subject: [PATCH] Release: V2.10.9 --- 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 c4ae7c3..2294b31 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.10.8 Beta"; - static const int appVersionCode = 43; - static const String appVersionDate = "2024-03-01"; + static const String appVersion = "2.10.9 Beta"; + static const int appVersionCode = 44; + static const String appVersionDate = "2024-03-26"; static const gameChannels = ["LIVE", "PTU", "EPTU"]; static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true"; diff --git a/pubspec.yaml b/pubspec.yaml index e4543d3..8959bb6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -157,7 +157,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 2.10.8.0 + msix_version: 2.10.9.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn