diff --git a/pubspec.yaml b/pubspec.yaml index 49a24bbd3..de3890e02 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -138,7 +138,7 @@ msix_config: display_name: "Shiori for Genshin: Unofficial" publisher_display_name: MiraiSoft identity_name: 52493MiraiSoft.ShioriforGenshinUnofficial - msix_version: 1.3.2.0 + msix_version: 1.3.3.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 81b11cfc1..4d7e6ad9e 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,2 +#define VERSION_AS_NUMBER 1,3,3 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "1.3.2" +#define VERSION_AS_STRING "1.3.3" #endif VS_VERSION_INFO VERSIONINFO