From 66ac5ff03fa62a1ccec83ff2d781e52ab4d2cadc Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Fri, 9 Jun 2023 18:11:44 +0400 Subject: [PATCH] Update: v5.4.0 --- fastlane/metadata/android/en-US/changelogs/55.txt | 11 +++++++++++ lib/API/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/55.txt diff --git a/fastlane/metadata/android/en-US/changelogs/55.txt b/fastlane/metadata/android/en-US/changelogs/55.txt new file mode 100644 index 000000000..765574046 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/55.txt @@ -0,0 +1,11 @@ +Enhancements + +- If lyrics API requests CAPTCHA, throw an error for better user experience. + +- Added recently played feature, allowing users to easily access their most listened songs. + +- Added 2 new playlists. + +- Removed invalid playlist images. + +- 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 7e51c212a..8a9f83b30 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '5.3.0'; +const appVersion = '5.4.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 1c7ce51a0..aa50043a7 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.3.0+54 # run update.sh after changing the version +version: 5.4.0+55 # run update.sh after changing the version environment: sdk: '>=3.0.0 <4.0.0'