Skip to content

Commit

Permalink
Release: 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xkeyC committed Nov 7, 2024
1 parent 11738da commit a9a8560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/common/conf/const_conf.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class ConstConf {
static const String appVersion = "2.13.0";
static const int appVersionCode = 58;
static const String appVersionDate = "2024-11-03";
static const String appVersion = "2.13.1";
static const int appVersionCode = 59;
static const String appVersionDate = "2024-11-07";
static const gameChannels = ["LIVE", "PTU", "EPTU", "TECH-PREVIEW", "HOTFIX"];
static const isMSE =
String.fromEnvironment("MSE", defaultValue: "false") == "true";
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ msix_config:
publisher_display_name: xkeyC Studio
identity_name: 56575xkeyC.MSE
publisher: CN=B54C897B-C263-4680-B6AB-4913C603DF87
msix_version: 2.13.0.0
msix_version: 2.13.1.0
logo_path: ./assets/app_logo.png
capabilities: internetClient,allowElevation
languages: zh-cn
Expand Down

0 comments on commit a9a8560

Please sign in to comment.