Skip to content

Commit

Permalink
Bump win version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Jun 1, 2022
1 parent 1309625 commit ed0bc04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions windows/runner/Runner.rc
Expand Up @@ -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
Expand Down

0 comments on commit ed0bc04

Please sign in to comment.