From 90fef6bcba9d3f6a6efbc77a9a482ac900c090c7 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Sat, 8 Nov 2025 17:53:33 +0800 Subject: [PATCH] bump: 2.15.0 70 --- lib/common/conf/conf.dart | 6 +++--- pubspec.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/common/conf/conf.dart b/lib/common/conf/conf.dart index 4935841..dfd55cf 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.5"; - static const int appVersionCode = 69; - static const String appVersionDate = "2025-10-30"; + static const String appVersion = "2.15.0"; + static const int appVersionCode = 70; + static const String appVersionDate = "2025-11-8"; static const _gameChannels = [ "LIVE", "4.0_PREVIEW", diff --git a/pubspec.yaml b/pubspec.yaml index 8d98cc7..d352e74 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: starcitizen_doctor description: Designed for "StarCitizen" players, providing many convenient functions. publish_to: 'none' -version: 2.14.5+69 +version: 2.15.0+70 environment: sdk: ^3.8.0 @@ -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.14.5.0 + msix_version: 2.15.0.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn