From 9e253b882f3cb835f56de2eca94a7c945f36c0c5 Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Mon, 26 Jun 2023 00:02:43 +0400 Subject: [PATCH] Update: v5.5.0 --- fastlane/metadata/android/en-US/changelogs/56.txt | 15 +++++++++++++++ lib/API/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/56.txt diff --git a/fastlane/metadata/android/en-US/changelogs/56.txt b/fastlane/metadata/android/en-US/changelogs/56.txt new file mode 100644 index 000000000..403dc91c2 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/56.txt @@ -0,0 +1,15 @@ +Bug Fixes + +- The Artists section will no longer show an infinite loading animation. + +Enhancements + +- Avoid showing the same artists consistently in the "Suggested artists" section. + +- The setup page has been removed as the download and update folders are now chosen automatically. + +- A new feature, Download Mode, has been added + +- The Play next and previous song functions have been improved. + +- Miscellaneous quality and performance improvements to enhance app stability and speed. \ No newline at end of file diff --git a/lib/API/version.dart b/lib/API/version.dart index 8a9f83b30..f22820ce2 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '5.4.0'; +const appVersion = '5.5.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 87d1c726b..a9c5772db 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: 5.4.0+55 # run update.sh after changing the version +version: 5.5.0+56 # run update.sh after changing the version environment: sdk: '>=3.0.0 <4.0.0'