From 0413507cf89ec9db604b7f11e3368811d666e6bc Mon Sep 17 00:00:00 2001 From: Hareesh-Nandigrama Date: Tue, 16 Jan 2024 02:46:33 +0530 Subject: [PATCH] update version --- ios/Podfile | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/Podfile b/ios/Podfile index 6f0819c7..e7d7cbb3 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -1,5 +1,5 @@ # Uncomment this line to define a global platform for your project -# platform :ios, '11.0' +platform :ios, '13.0' # CocoaPods analytics sends network stats synchronously affecting flutter build latency. ENV['COCOAPODS_DISABLE_STATS'] = 'true' diff --git a/pubspec.yaml b/pubspec.yaml index e7b57bb7..32b60c68 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: 2.2.1+51 +version: 2.3.0+52 environment: sdk: ">=2.17.0 <3.0.0"