From 00e8b0c303e06dbbbf8a893a144512fe2ba10bab Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Wed, 17 Dec 2025 22:29:17 +0800 Subject: [PATCH] Release: 3.0.0 Beta8 --- 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 a8a9f69..1d4b624 100644 --- a/lib/common/conf/conf.dart +++ b/lib/common/conf/conf.dart @@ -1,7 +1,7 @@ class ConstConf { - static const String appVersion = "3.0.0 Beta7"; - static const int appVersionCode = 77; - static const String appVersionDate = "2025-12-13"; + static const String appVersion = "3.0.0 Beta8"; + static const int appVersionCode = 78; + static const String appVersionDate = "2025-12-17"; static const _gameChannels = ["LIVE", "4.0_PREVIEW", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"]; static const isMSE = String.fromEnvironment("MSE", defaultValue: "false") == "true"; static const win32AppId = isMSE diff --git a/pubspec.yaml b/pubspec.yaml index 6d03ce1..32f4aa0 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: 3.0.1+77 +version: 3.0.1+78 environment: sdk: ^3.8.0 @@ -112,7 +112,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 3.0.7.0 + msix_version: 3.0.8.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn