From b5fccbf38b105972b30c4d1b27d3013cab204646 Mon Sep 17 00:00:00 2001 From: BrightDV <92821484+BrightDV@users.noreply.github.com> Date: Tue, 8 Aug 2023 09:10:20 +0200 Subject: [PATCH] bump --- fastlane/metadata/android/en-US/changelogs/25.txt | 2 ++ pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/25.txt diff --git a/fastlane/metadata/android/en-US/changelogs/25.txt b/fastlane/metadata/android/en-US/changelogs/25.txt new file mode 100644 index 00000000..fa840c0a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/25.txt @@ -0,0 +1,2 @@ +- Fix the video without title (video tab & in the articles) +- Reduce the size of the indicator of the Image Gallery \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index f719ef4d..9fef56a2 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.1+24 # Read above before bump. +version: 0.6.2+25 # Read above before bump. environment: sdk: ">=2.19.0 <3.4.4"