From 5e867a550dd3c9d8a23d9614e7e832d2228d7d23 Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Sun, 16 Jan 2022 11:36:25 -0800 Subject: [PATCH] bump version --- fastlane/metadata/android/en-US/changelogs/1009.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1009.txt diff --git a/fastlane/metadata/android/en-US/changelogs/1009.txt b/fastlane/metadata/android/en-US/changelogs/1009.txt new file mode 100644 index 0000000..a9b7f8b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1009.txt @@ -0,0 +1 @@ +This reverts a change that caused a blank screen on startup. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 9b14869..e2e8577 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: 1.1.1+1008 +version: 1.1.2+1009 environment: sdk: ">=2.7.0 <3.0.0"