diff --git a/pubspec.yaml b/pubspec.yaml index 581e3db28..8cfe6758b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -140,7 +140,7 @@ msix_config: display_name: "Shiori for Genshin: Unofficial" publisher_display_name: MiraiSoft identity_name: 52493MiraiSoft.ShioriforGenshinUnofficial - msix_version: 1.3.5.0 + msix_version: 1.4.0.0 publisher: CN=58BF90DC-3D34-433E-A12B-4C504DF78641 logo_path: assets\icon\icon.png languages: en diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 3c4932081..9f698317f 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico" #ifdef FLUTTER_BUILD_NUMBER #define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER #else -#define VERSION_AS_NUMBER 1,3,5 +#define VERSION_AS_NUMBER 1,4,0 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "1.3.5" +#define VERSION_AS_STRING "1.4.0" #endif VS_VERSION_INFO VERSIONINFO