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 000000000..7385544c6 --- /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 80872e1fb..c1bd9630d 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 f3248618a..25a0bc111 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'