From ee9fc0ccd135d12837d8cba1c01fe8287c06ec7b Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 3 Jan 2020 20:47:14 +0100 Subject: [PATCH] [Pubspec] Up the version for a hotfix Took 3 minutes --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index bd0d8ff1..5345b909 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: Chat with your friends. # 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.1.6+7 +version: 0.1.7+8 environment: sdk: ">=2.1.0 <3.0.0"