diff --git a/installers/desktop_inno_script.iss b/installers/desktop_inno_script.iss index 72451e4d6..d8e4b17bf 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.1" +#define MyAppVersion "0.1.2" #define MyAppPublisher "Adil Hanney" #define MyAppURL "https://github.com/adil192/saber" #define MyAppExeName "saber.exe" diff --git a/pubspec.yaml b/pubspec.yaml index ada877041..72b0b746c 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.1+101 +version: 0.1.2+102 environment: sdk: ">=2.17.6 <3.0.0" diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 2312aa904..2fa6df594 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,1,0 +#define VERSION_AS_NUMBER 0,1,2,0 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "0.1.1.0" +#define VERSION_AS_STRING "0.1.2.0" #endif VS_VERSION_INFO VERSIONINFO