Skip to content

Commit

Permalink
Update: v5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Jun 9, 2023
1 parent 851f476 commit 66ac5ff
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/55.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Enhancements

- If lyrics API requests CAPTCHA, throw an error for better user experience.

- Added recently played feature, allowing users to easily access their most listened songs.

- Added 2 new playlists.

- Removed invalid playlist images.

- Miscellaneous quality and performance improvements to enhance app stability and speed.
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.3.0';
const appVersion = '5.4.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.3.0+54 # run update.sh after changing the version
version: 5.4.0+55 # run update.sh after changing the version

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down

0 comments on commit 66ac5ff

Please sign in to comment.