From 49e2122a11570136b847cb1cd60d4f4a74f9f543 Mon Sep 17 00:00:00 2001 From: Jonathan Bayless Date: Mon, 3 Feb 2020 20:52:23 -0500 Subject: [PATCH] bump version to 0.2.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4b5cedf6..4a213585 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ description: A new Flutter project. # 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.9+11 +version: 0.2.0+12 environment: sdk: ">=2.2.2 <3.0.0"