From f349b475e282430d3a1d9bdd8179a662ab231485 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Mon, 19 Jan 2026 15:10:53 +0800 Subject: [PATCH] bump: 3.1.0 80 --- 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 e7c5387..e9eadf7 100644 --- a/lib/common/conf/conf.dart +++ b/lib/common/conf/conf.dart @@ -1,9 +1,9 @@ import 'dart:io'; class ConstConf { - static const String appVersion = "3.0.0 Beta10"; - static const int appVersionCode = 79; - static const String appVersionDate = "2025-12-27"; + static const String appVersion = "3.1.0"; + static const int appVersionCode = 80; + static const String appVersionDate = "2026-01-19"; 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 734f6af..c8f5f34 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+78 +version: 3.1.0+80 environment: sdk: ^3.8.0 @@ -113,7 +113,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 3.0.9.0 + msix_version: 3.1.0.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn