diff --git a/fastlane/metadata/android/en-US/changelogs/63.txt b/fastlane/metadata/android/en-US/changelogs/63.txt new file mode 100644 index 000000000..7f57c214a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/63.txt @@ -0,0 +1,16 @@ +Bug fixes + +- Fixed repeat and shuffle buttons on now playing page +- Fixed logger + +Enhancements + +- Optimized artist images +- Reintroduced lyrics feature +- Added quality selection option +- Introduced custom user playlists [BETA] +- Made various quality and performance improvements for app stability and speed + +Other + +- Removed local music feature (check EchoZ on GitHub) \ No newline at end of file diff --git a/lib/API/version.dart b/lib/API/version.dart index d75a5ca30..368696ec3 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '6.3.0'; +const appVersion = '6.4.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 015bdef35..9d53aaf3c 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: 6.3.0+62 # run update.sh after changing the version +version: 6.4.0+63 # run update.sh after changing the version environment: sdk: '>=3.1.0 <4.0.0'