From 406ea68a62ed4c6e4f1b1d35efe43c0ed42bbda6 Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Wed, 7 Aug 2024 12:31:21 +0400 Subject: [PATCH] Update: v8.5.0 --- fastlane/metadata/android/en-US/changelogs/98.txt | 9 +++++++++ lib/API/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/98.txt diff --git a/fastlane/metadata/android/en-US/changelogs/98.txt b/fastlane/metadata/android/en-US/changelogs/98.txt new file mode 100644 index 00000000..7385544c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/98.txt @@ -0,0 +1,9 @@ +Enhancements + +- Added 3 albums +- Added predictive back support +- Improved accent color picker +- Increase recently played songs history limit +- Improved lyrics interface and performance +- Boosted app stability and speed with quality and performance enhancements +- For the full changelog, please visit the GitHub repository \ No newline at end of file diff --git a/lib/API/version.dart b/lib/API/version.dart index 80872e1f..c1bd9630 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '8.4.0'; +const appVersion = '8.5.0'; diff --git a/pubspec.yaml b/pubspec.yaml index f3248618..25a0bc11 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify issue_tracker: https://github.com/gokadzev/Musify/issues publish_to: 'none' -version: 8.4.0+97 # run update.sh after changing the version +version: 8.5.0+98 # run update.sh after changing the version environment: sdk: '>=3.5.0 <4.0.0'