Skip to content

Commit

Permalink
Update version number to 2.1.0 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
ygohko authored Aug 27, 2023
1 parent f9e0831 commit a829805
Show file tree
Hide file tree
Showing 2 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: 2.0.0+9
version: 2.1.0+10

environment:
sdk: ">=2.17.0 <3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions windows/runner/Runner.rc
Original file line number Diff line number Diff line change
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 2,0,0
#define VERSION_AS_NUMBER 2,1,0
#endif

#ifdef FLUTTER_BUILD_NAME
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
#else
#define VERSION_AS_STRING "2.0.0"
#define VERSION_AS_STRING "2.1.0"
#endif

VS_VERSION_INFO VERSIONINFO
Expand Down

0 comments on commit a829805

Please sign in to comment.