diff --git a/fastlane/metadata/android/en-US/changelogs/54.txt b/fastlane/metadata/android/en-US/changelogs/54.txt new file mode 100644 index 000000000..d2aeeb20f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/54.txt @@ -0,0 +1,16 @@ +Bug Fixes + +- Fixed error while trying to download song from "Now Playing" page + + +Enhancements + +- Improved listening experience + +- Improved notifiers (Errors,Warnings,Statuses) + +- Added support for monochrome/themed icon + +- Improved "Now Playing" page responsivity + +- Improved the app performance \ No newline at end of file diff --git a/lib/API/version.dart b/lib/API/version.dart index 7bde96d06..7e51c212a 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '5.2.0'; +const appVersion = '5.3.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 6a6ef11a7..3caa12ae8 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.2.0+53 # run update.sh after changing the version +version: 5.3.0+54 # run update.sh after changing the version environment: sdk: '>=3.0.0 <4.0.0'