From 23a9cf3bfb6a797d2b95a41719dea953f4aaf36a Mon Sep 17 00:00:00 2001 From: Efrain Date: Sat, 15 Oct 2022 16:53:29 -0500 Subject: [PATCH] Bump to the 1.4.11+77 --- pubspec.yaml | 2 +- windows/runner/Runner.rc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7c21668a9..9c58f1ec2 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: 1.4.10+76 +version: 1.4.11+77 environment: sdk: '>=2.15.1 <3.0.0' diff --git a/windows/runner/Runner.rc b/windows/runner/Runner.rc index 54e3b8ee4..e959b1c77 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 1,4,10 +#define VERSION_AS_NUMBER 1,4,11 #endif #ifdef FLUTTER_BUILD_NAME #define VERSION_AS_STRING #FLUTTER_BUILD_NAME #else -#define VERSION_AS_STRING "1.4.10" +#define VERSION_AS_STRING "1.4.11" #endif VS_VERSION_INFO VERSIONINFO