From da67e2f7dbee0c60244dabc1f6858278653e22ba Mon Sep 17 00:00:00 2001 From: Quinn Casey Date: Mon, 31 Jan 2022 11:11:34 -0800 Subject: [PATCH] release --- fastlane/metadata/android/en-US/changelogs/1011.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/1011.txt diff --git a/fastlane/metadata/android/en-US/changelogs/1011.txt b/fastlane/metadata/android/en-US/changelogs/1011.txt new file mode 100644 index 0000000..50e2cbb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/1011.txt @@ -0,0 +1 @@ +Ensures tags list is scrollable. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 7b8efcf..36a2f7d 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.3+1010 +version: 1.1.4+1011 environment: sdk: ">=2.7.0 <3.0.0"