Skip to content

Commit 74641ff

Browse files
committed
Bump version to 0.1.3
1 parent afb4e08 commit 74641ff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

installers/desktop_inno_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Saber"
5-
#define MyAppVersion "0.1.2"
5+
#define MyAppVersion "0.1.3"
66
#define MyAppPublisher "Adil Hanney"
77
#define MyAppURL "https://github.com/adil192/saber"
88
#define MyAppExeName "saber.exe"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: 0.1.2+102
18+
version: 0.1.3+103
1919

2020
environment:
2121
sdk: ">=2.17.6 <3.0.0"

windows/runner/Runner.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 0,1,2,0
66+
#define VERSION_AS_NUMBER 0,1,3,0
6767
#endif
6868

6969
#ifdef FLUTTER_BUILD_NAME
7070
#define VERSION_AS_STRING #FLUTTER_BUILD_NAME
7171
#else
72-
#define VERSION_AS_STRING "0.1.2.0"
72+
#define VERSION_AS_STRING "0.1.3.0"
7373
#endif
7474

7575
VS_VERSION_INFO VERSIONINFO

0 commit comments

Comments
 (0)