From 2a26cd45211a2bc66de72397ac63751d2bcd1254 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Thu, 18 Jul 2024 14:43:22 +0700 Subject: [PATCH] Bump version to v0.12.0 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 094207251..22f2a4a48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [0.11.6] - 2024-07-18 +## [0.12.0] - 2024-07-18 ### Added - #2988 Upgrade to Flutter 3.22.2 - Translation diff --git a/pubspec.yaml b/pubspec.yaml index 4cb44e82c..18bb5fbb9 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.11.6 +version: 0.12.0 environment: sdk: ">=3.0.0 <4.0.0"