From 667bd4d01a8bcda4328fb76281fee8cab55815a9 Mon Sep 17 00:00:00 2001 From: William Todt Date: Sat, 20 Feb 2021 00:33:40 +0100 Subject: [PATCH] [CORE] Bump version to 1.1.0+111 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index f94e8e8..98ff5c6 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: '1.1.0' # 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: 1.1.0+101 +version: 1.1.0+111 environment: sdk: ">=2.7.0 <3.0.0"