Skip to content

Commit

Permalink
Update: v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Nov 19, 2023
1 parent 5cbb647 commit fb9783b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/70.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Bug fixes

- Fixed the play all button on the artist page
- Added the missed Album badge for suggested playlists

Enhancements

- Added 12 albums
- Improved playlist page UI
- Added hold to remove search query
- Added a play all button for recommended songs
- Made various quality and performance improvements for 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 = '6.7.1';
const appVersion = '6.8.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: 6.7.1+69 # run update.sh after changing the version
version: 6.8.0+70 # run update.sh after changing the version

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

0 comments on commit fb9783b

Please sign in to comment.