From 20b08ec76771df9476dc6da6d8745e852c0ece99 Mon Sep 17 00:00:00 2001 From: UnicornsOnLSD <44349936+UnicornsOnLSD@users.noreply.github.com> Date: Sun, 10 Jul 2022 16:31:51 +0100 Subject: [PATCH] Bump version --- fastlane/metadata/android/en-US/changelogs/20.txt | 1 + pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/20.txt diff --git a/fastlane/metadata/android/en-US/changelogs/20.txt b/fastlane/metadata/android/en-US/changelogs/20.txt new file mode 100644 index 000000000..6d8cb9cee --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/20.txt @@ -0,0 +1 @@ +Minor feature release. Full changelog at https://github.com/UnicornsOnLSD/finamp/releases/tag/0.6.4 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 8f4dd2da8..67b349305 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: 0.6.3+19 +version: 0.6.4+20 environment: sdk: ">=2.17.0 <3.0.0"