Skip to content

Commit

Permalink
Update: v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed May 22, 2023
1 parent b4faf97 commit fc208bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/54.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion lib/API/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const appVersion = '5.2.0';
const appVersion = '5.3.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fc208bb

Please sign in to comment.