From 39d0d5b2f46a4458689d4768feea0bbfa931652d Mon Sep 17 00:00:00 2001 From: BrightDV <92821484+BrightDV@users.noreply.github.com> Date: Fri, 27 Oct 2023 16:09:50 +0200 Subject: [PATCH] bump version to 0.6.5+28 --- fastlane/metadata/android/en-US/changelogs/28.txt | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/28.txt diff --git a/fastlane/metadata/android/en-US/changelogs/28.txt b/fastlane/metadata/android/en-US/changelogs/28.txt new file mode 100644 index 00000000..d385f2bb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/28.txt @@ -0,0 +1,7 @@ +- Fix article with Sprint Shootout results +- Add 8 Nitter instances to reduce load +- Fix disqualified drivers' position +- Fix the documents slider +- Show DNF reason when tapping on it in the results +- The app is now available in Arabic! +- Start the meeting earlier and finish them later \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 3cbedc88..af7d0970 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.4+27 # Read above before bump. +version: 0.6.5+28 # Read above before bump. environment: sdk: ">=2.19.0 <3.4.4"