diff --git a/lib/common/conf/conf.dart b/lib/common/conf/conf.dart index 03432aa..b057f3e 100644 --- a/lib/common/conf/conf.dart +++ b/lib/common/conf/conf.dart @@ -1,7 +1,7 @@ class ConstConf { - static const String appVersion = "2.14.2"; - static const int appVersionCode = 66; - static const String appVersionDate = "2025-06-01"; + static const String appVersion = "2.14.3"; + static const int appVersionCode = 67; + static const String appVersionDate = "2025-08-15"; static const _gameChannels = [ "LIVE", "4.0_PREVIEW", diff --git a/pubspec.yaml b/pubspec.yaml index 798c67f..7ee5bbd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -110,7 +110,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 2.14.2.0 + msix_version: 2.14.3.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn