diff --git a/lib/common/conf/app_conf.dart b/lib/common/conf/app_conf.dart index 6716094..8b35444 100644 --- a/lib/common/conf/app_conf.dart +++ b/lib/common/conf/app_conf.dart @@ -18,8 +18,8 @@ import 'package:window_manager/window_manager.dart'; class AppConf { static const String appVersion = "2.10.6 Beta"; - static const int appVersionCode = 40; - static const String appVersionDate = "2024-02-24"; + static const int appVersionCode = 41; + static const String appVersionDate = "2024-02-26"; static const gameChannels = ["LIVE", "PTU", "EPTU"]; diff --git a/pubspec.yaml b/pubspec.yaml index 2b8cb5a..64eb468 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -142,7 +142,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 2.10.5.0 + msix_version: 2.10.6.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn