Skip to content

Commit

Permalink
v1.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
linyi102 committed Nov 3, 2024
1 parent 40f14a1 commit 9487791
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.12.1
version: 1.12.2

environment:
sdk: ">=3.3.4 <4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#define MyAppName "Âþ¼£"
#define MyAppNameEN "Manji"
#define MyAppVersion "1.12.1"
#define MyAppVersion "1.12.2"
#define MyAppExeName "anime_footmark_windows.exe"

[Setup]
Expand Down
2 changes: 1 addition & 1 deletion windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "1.12.1"
#define VERSION_AS_STRING "1.12.2"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit 9487791

Please sign in to comment.