From ec69aafc4c8400a8bf44717cbf83084d9e3431ec Mon Sep 17 00:00:00 2001 From: Adil Hanney Date: Fri, 26 Aug 2022 23:50:51 +0100 Subject: [PATCH] Bump version to 0.1.5 --- installers/desktop_inno_script.iss | 2 +- lib/data/version.dart | 2 +- pubspec.yaml | 2 +- windows/runner/Runner.rc | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/installers/desktop_inno_script.iss b/installers/desktop_inno_script.iss index fb732742b..191508c5e 100644 --- a/installers/desktop_inno_script.iss +++ b/installers/desktop_inno_script.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Saber" -#define MyAppVersion "0.1.4" +#define MyAppVersion "0.1.5" #define MyAppPublisher "Adil Hanney" #define MyAppURL "/~https://github.com/adil192/saber" #define MyAppExeName "saber.exe" diff --git a/lib/data/version.dart b/lib/data/version.dart index 52da585c7..5725f4965 100644 --- a/lib/data/version.dart +++ b/lib/data/version.dart @@ -1,2 +1,2 @@ /// The current app version as an ordinal number. -const int buildNumber = 104; +const int buildNumber = 105; diff --git a/pubspec.yaml b/pubspec.yaml index 3c4ee0bed..7dbc6766d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: 0.1.4+104 +version: 0.1.5+105 environment: sdk: ">=2.17.6 <3.0.0" diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 9faab0c56..3863056e6 100644 --- a/windows/runner/Runner.rc +++ b/windows/runner/Runner.rc @@ -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 0,1,4,0 +#define VERSION_AS_NUMBER 0,1,5,0 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "0.1.4.0" +#define VERSION_AS_STRING "0.1.5.0" #endif VS_VERSION_INFO VERSIONINFO