From 9a886e44618308f1da546b37502e7a9b951f5656 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Thu, 18 Jul 2024 16:25:30 +0700 Subject: [PATCH] Bump version to v0.12.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22f2a4a483..cc3f67f64f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.12.1] - 2024-07-18 +### Fixed +- Upgrade minimumOS version to 12.0 [iOS] + ## [0.12.0] - 2024-07-18 ### Added - #2988 Upgrade to Flutter 3.22.2 diff --git a/pubspec.yaml b/pubspec.yaml index 18bb5fbb98..9fcaff4fa6 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.12.0 +version: 0.12.1 environment: sdk: ">=3.0.0 <4.0.0"