File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1515# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1616# Read more about iOS versioning at
1717# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18- version : 1.1.0+4
18+ version : 1.1.1+6
1919
2020environment :
2121 sdk : " >=2.15.1 <3.0.0"
Original file line number Diff line number Diff line change @@ -63,13 +63,13 @@ IDI_APP_ICON ICON "resources\\app_icon.ico"
6363#ifdef FLUTTER_BUILD_NUMBER
6464#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
6565#else
66- #define VERSION_AS_NUMBER 1,1,0
66+ #define VERSION_AS_NUMBER 1,1,1
6767#endif
6868
6969#ifdef FLUTTER_BUILD_NAME
7070#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
7171#else
72- #define VERSION_AS_STRING "1.1.0 "
72+ #define VERSION_AS_STRING "1.1.1 "
7373#endif
7474
7575VS_VERSION_INFO VERSIONINFO
You can’t perform that action at this time.
0 commit comments