From fc42370039eb509a68020f9f5ecdf7d2a5305997 Mon Sep 17 00:00:00 2001 From: Jonjo McKay Date: Fri, 10 Sep 2021 15:48:49 +0100 Subject: [PATCH] Tagging v2.14.0 --- fastlane/metadata/android/en-US/changelogs/20210910.txt | 6 ++++++ fastlane/metadata/android/en-US/changelogs/next.txt | 6 ------ pubspec.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20210910.txt diff --git a/fastlane/metadata/android/en-US/changelogs/20210910.txt b/fastlane/metadata/android/en-US/changelogs/20210910.txt new file mode 100644 index 00000000..4a741e1e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20210910.txt @@ -0,0 +1,6 @@ +- Moved save and share buttons into a context menu to save space +- Added support for handling a few more types of errors +- Added support for pull-to-refresh on feeds (#100) +- Added "scroll to top" button on feeds (#78) +- Fixed an overflow that was causing feeds to error for some users (#82, #193) +- Fixed a null pointer when viewing tweets or media for a user without any content \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/next.txt b/fastlane/metadata/android/en-US/changelogs/next.txt index 4a741e1e..e69de29b 100644 --- a/fastlane/metadata/android/en-US/changelogs/next.txt +++ b/fastlane/metadata/android/en-US/changelogs/next.txt @@ -1,6 +0,0 @@ -- Moved save and share buttons into a context menu to save space -- Added support for handling a few more types of errors -- Added support for pull-to-refresh on feeds (#100) -- Added "scroll to top" button on feeds (#78) -- Fixed an overflow that was causing feeds to error for some users (#82, #193) -- Fixed a null pointer when viewing tweets or media for a user without any content \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index e32c2f53..a08dc82a 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.13.0+20210716 +version: 2.14.0+20210910 environment: sdk: ">=2.12.0 <3.0.0"