From 55f5bac8d94d6b8acb13c36a6248cdc19d80353a Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sat, 3 Feb 2024 12:49:07 +0800 Subject: [PATCH] 2.10.3 38 --- lib/common/conf/app_conf.dart | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/common/conf/app_conf.dart b/lib/common/conf/app_conf.dart index 9f338b5..91edc84 100644 --- a/lib/common/conf/app_conf.dart +++ b/lib/common/conf/app_conf.dart @@ -17,9 +17,9 @@ import 'package:window_manager/window_manager.dart'; import '../../base/ui.dart'; class AppConf { - static const String appVersion = "2.10.2 Beta"; - static const int appVersionCode = 37; - static const String appVersionDate = "2024-01-07"; + static const String appVersion = "2.10.3 Beta"; + static const int appVersionCode = 38; + static const String appVersionDate = "2024-02-03"; static const gameChannels = ["LIVE", "PTU", "EPTU"]; diff --git a/pubspec.yaml b/pubspec.yaml index bfa0917..8c7ec40 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -137,7 +137,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 2.10.2.0 + msix_version: 2.10.3.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn