From cfa6f18a584939163a1151d1bd86e88bc0b23995 Mon Sep 17 00:00:00 2001 From: xkeyC <3334969096@qq.com> Date: Fri, 20 Dec 2024 19:29:16 +0800 Subject: [PATCH] Release: 2.13.4 --- lib/common/conf/conf.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/common/conf/conf.dart b/lib/common/conf/conf.dart index 3962917..f4ce97c 100644 --- a/lib/common/conf/conf.dart +++ b/lib/common/conf/conf.dart @@ -1,6 +1,6 @@ class ConstConf { - static const String appVersion = "2.13.3"; - static const int appVersionCode = 61; + static const String appVersion = "2.13.4"; + static const int appVersionCode = 62; static const String appVersionDate = "2024-11-23"; static const _gameChannels = [ "LIVE", diff --git a/pubspec.yaml b/pubspec.yaml index 1e7427b..19022ce 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -106,7 +106,7 @@ msix_config: publisher_display_name: xkeyC Studio identity_name: 56575xkeyC.MSE publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87 - msix_version: 2.13.3.0 + msix_version: 2.13.4.0 logo_path: ./assets/app_logo.png capabilities: internetClient,allowElevation languages: zh-cn