From 8c628545904977f2da6cb8d3e6be2a6504656c4f Mon Sep 17 00:00:00 2001 From: Jonjo McKay Date: Sun, 16 May 2021 18:49:36 +0100 Subject: [PATCH] Tagging v2.5.0 --- .../android/en-US/changelogs/{next.txt => 20210516.txt} | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) rename fastlane/metadata/android/en-US/changelogs/{next.txt => 20210516.txt} (78%) diff --git a/fastlane/metadata/android/en-US/changelogs/next.txt b/fastlane/metadata/android/en-US/changelogs/20210516.txt similarity index 78% rename from fastlane/metadata/android/en-US/changelogs/next.txt rename to fastlane/metadata/android/en-US/changelogs/20210516.txt index 4b70f962..efbf3ce1 100644 --- a/fastlane/metadata/android/en-US/changelogs/next.txt +++ b/fastlane/metadata/android/en-US/changelogs/20210516.txt @@ -3,5 +3,7 @@ * Added support for selecting the media size * Added support for filtering replies and retweets from groups * Now showing who a tweet is in reply to +* Now displaying errors in more places instead of silently failing +* Tidied up the settings screen * Fixed not being able to select non-Latin hashtags * Fixed search tabs not being visible in light mode \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 190e46ee..bc38dc96 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.4.0+20210514 +version: 2.5.0+20210516 environment: sdk: ">=2.12.0 <3.0.0"