Update: v9.3.1

This commit is contained in:
Valeri
2025-04-13 19:02:33 +04:00
parent a67446d1e6
commit 1fcaff859e
3 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,8 @@
Bug Fixes
- Made offline playlists available for offline mode
- Fixed spacing in search page
Enhancements
- Added option to remove songs from recently played list
- Implemented applying the same album cover to all songs in an album
- Full changelog: https://github.com/gokadzev/Musify/releases

View File

@ -1 +1 @@
const appVersion = '9.3.0';
const appVersion = '9.3.1';

View File

@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify
issue_tracker: https://github.com/gokadzev/Musify/issues
publish_to: 'none'
version: 9.3.0+124 # run update.sh after changing the version
version: 9.3.1+125 # run update.sh after changing the version
environment:
sdk: '>=3.7.0 <4.0.0'