From 705a54ba5cc67122a6a5ab4c85b7248246c0f704 Mon Sep 17 00:00:00 2001 From: Dat PHAM HOANG Date: Wed, 10 Jan 2024 09:55:56 +0700 Subject: [PATCH] Bump version to v0.11.1 (cherry picked from commit 6afe3eacf7332cb3c9b1c644cf49336ee0ccedaa) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7d72a8a048..95378f2351 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.0 +version: 0.11.1 environment: sdk: ">=3.0.0 <4.0.0"