diff --git a/fastlane/metadata/android/en-US/changelogs/101.txt b/fastlane/metadata/android/en-US/changelogs/101.txt new file mode 100644 index 00000000..81d46e22 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/101.txt @@ -0,0 +1,7 @@ +Enhancements + +- Updated Portuguese translations by @GeovaneDev +- Improved playback speed for a smoother experience +- Enhanced automatic song picker algorithm and playback code +- Redesigned and relocated playlists to the library page +- Other improvements and fixes related to performance and UI \ No newline at end of file diff --git a/lib/API/version.dart b/lib/API/version.dart index 5bf0b3d4..19b6eb38 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '8.6.5'; +const appVersion = '8.7.0'; diff --git a/pubspec.yaml b/pubspec.yaml index cefb9bf0..b4dee4ec 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.6.5+100 # run update.sh after changing the version +version: 8.7.0+101 # run update.sh after changing the version environment: sdk: '>=3.5.0 <4.0.0'