From 72f3cbd2d73777d905c1ee83ec87e1ffcf2557e1 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sun, 6 Apr 2025 02:39:49 +0800 Subject: [PATCH] chore: update app version to 2.14.0 and version code to 64 --- lib/common/conf/conf.dart | 6 +++--- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/common/conf/conf.dart b/lib/common/conf/conf.dart index 119012c..34f4317 100644 --- a/lib/common/conf/conf.dart +++ b/lib/common/conf/conf.dart @@ -1,7 +1,7 @@ class ConstConf { - static const String appVersion = "2.13.5"; - static const int appVersionCode = 63; - static const String appVersionDate = "2025-03-01"; + static const String appVersion = "2.14.0"; + static const int appVersionCode = 64; + static const String appVersionDate = "2025-04-06"; static const _gameChannels = [ "LIVE", "4.0_PREVIEW", diff --git a/pubspec.yaml b/pubspec.yaml index 4655ffb..89bdef0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -108,7 +108,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 2.13.5.0 + msix_version: 2.14.0.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn