Skip to content

Commit

Permalink
Update: v7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Feb 28, 2024
1 parent 3e1977f commit 8c72b90
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/85.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Bug Fixes

- Recently played songs weren't saved in certain cases

Enhancements

- Added an option to clear recently played history
- Made various changes in UI
- Changed the mini player UI
- Boosted app stability and speed with quality and performance enhancements
- For the full changelog, please visit the GitHub repository
2 changes: 1 addition & 1 deletion lib/API/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const appVersion = '7.5.1';
const appVersion = '7.6.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: 7.5.1+84 # run update.sh after changing the version
version: 7.6.0+85 # run update.sh after changing the version

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

0 comments on commit 8c72b90

Please sign in to comment.