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"