From a049beb6ff97358f7dec2be049dea45ab3920ae5 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Thu, 19 Jun 2025 14:30:41 +0700 Subject: [PATCH] Bump version to v0.16.1 --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb5cd3849..418cc034f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.16.1] - 2025-06-19 +### Fixed +- [iOS] Update new profiles for iOS release + ## [0.16.0] - 2025-06-18 ### Fixed - #3772 Change Splash screen diff --git a/pubspec.yaml b/pubspec.yaml index 112b4853b..383a944d0 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.16.0 +version: 0.16.1 environment: sdk: ">=3.0.0 <4.0.0"