From ff077fe2faa9e402cdcff6188c1ea47af657b84b Mon Sep 17 00:00:00 2001 From: BrightDV <92821484+BrightDV@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:41:14 +0200 Subject: [PATCH] bump version --- fastlane/metadata/android/en-US/changelogs/27.txt | 12 ++++++++++++ pubspec.yaml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/27.txt diff --git a/fastlane/metadata/android/en-US/changelogs/27.txt b/fastlane/metadata/android/en-US/changelogs/27.txt new file mode 100644 index 00000000..2f500da1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/27.txt @@ -0,0 +1,12 @@ +- Fix YouTube videos by using Piped +- Replace Twitter with Nitter +- Add support for the atomPullQuote article part +- Fix the Sprint Shootout displaying wrong results +- Improves the GP Documents list +- Fix Race Hub's race info button +- Replace the webview with an account-free alternative +- Snap to next article for the related articles view +- Fix the bottom nav bar visibility algorithm +- Remove the Hero for the articles +- Some other small UI improvements +- Update translations \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index e478ee9a..7bde1843 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: none # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # Before releasing a new version, isInDebugMode must be set to false (main.dart#74). -version: 0.6.3+26 # Read above before bump. +version: 0.6.4+27 # Read above before bump. environment: sdk: ">=2.19.0 <3.4.4"