File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed 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
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
- version : 0.0.10+10
18
+ version : 0.1.0+100
19
19
20
20
environment :
21
21
sdk : " >=2.17.6 <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"
63
63
#ifdef FLUTTER_BUILD_NUMBER
64
64
#define VERSION_AS_NUMBER FLUTTER_BUILD_NUMBER
65
65
#else
66
- #define VERSION_AS_NUMBER 0,0,10 ,0
66
+ #define VERSION_AS_NUMBER 0,1,0 ,0
67
67
#endif
68
68
69
69
#ifdef FLUTTER_BUILD_NAME
70
70
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
71
71
#else
72
- #define VERSION_AS_STRING "0.0.10 .0"
72
+ #define VERSION_AS_STRING "0.1.0 .0"
73
73
#endif
74
74
75
75
VS_VERSION_INFO VERSIONINFO
You can’t perform that action at this time.
0 commit comments