From e27eeec0f7ae20735fd77abb4d0cc5a1f2844d21 Mon Sep 17 00:00:00 2001 From: Jonjo McKay Date: Wed, 12 May 2021 00:08:03 +0100 Subject: [PATCH] Tagging v2.3.1 --- fastlane/metadata/android/en-US/changelogs/20210512.txt | 4 ++++ fastlane/metadata/android/en-US/changelogs/hotfix.txt | 1 - pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20210512.txt delete mode 100644 fastlane/metadata/android/en-US/changelogs/hotfix.txt diff --git a/fastlane/metadata/android/en-US/changelogs/20210512.txt b/fastlane/metadata/android/en-US/changelogs/20210512.txt new file mode 100644 index 00000000..e2cdaa35 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20210512.txt @@ -0,0 +1,4 @@ +* Fixed tapping on usernames in tweets opening two screens + * Replies are now viewable by tapping the replies icon underneath a tweet +* Fixed the tweet footer and profile tab bar overflowing on smaller screens. + * They are now both scrollable horizontally \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/hotfix.txt b/fastlane/metadata/android/en-US/changelogs/hotfix.txt deleted file mode 100644 index 96890a24..00000000 --- a/fastlane/metadata/android/en-US/changelogs/hotfix.txt +++ /dev/null @@ -1 +0,0 @@ -* Fixed tapping on usernames in tweets opening two screens. Replies are now viewable by tapping the replies icon underneath a tweet \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 8844fe9a..06d4f050 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: 2.3.0+20210507 +version: 2.3.1+20210512 environment: sdk: ">=2.12.0 <3.0.0"