From 194fcdc2802cb9831cff4e76fd83d46221ea81c1 Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 24 Mar 2023 18:56:04 +0700 Subject: [PATCH] Bump version to `v0.7.5` (cherry picked from commit 589672f8da2a9853dd73ffe79b94ec32495f82bb) --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 7e389184b..7b92d4dbb 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.7.4 +version: 0.7.5 environment: sdk: ">=2.19.2 <3.0.0"