From af7c633f5c718b715b96c38491ea0854f846ab5b Mon Sep 17 00:00:00 2001 From: Jonjo McKay Date: Fri, 23 Apr 2021 15:25:11 +0100 Subject: [PATCH] Tagging v2.2.0 --- fastlane/metadata/android/en-US/changelogs/20210424.txt | 6 ++++++ pubspec.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20210424.txt diff --git a/fastlane/metadata/android/en-US/changelogs/20210424.txt b/fastlane/metadata/android/en-US/changelogs/20210424.txt new file mode 100644 index 00000000..5f998212 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20210424.txt @@ -0,0 +1,6 @@ +* Added support for loading all tweets on profiles +* Made tweet content selectable +* Fixed missing counts underneath tweets (replies, retweets, quotes and favourites) +* Fixed links to sub-tweet resources (photos, media) to open the tweet instead of the trending screen +* Fixed replies to tweets not being openable +* Fixed invalid aspect ratios for some videos \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index a0357efe..0f00798a 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.1.1+20210423 +version: 2.2.0+20210424 environment: sdk: ">=2.12.0 <3.0.0"