mirror of
https://github.com/gokadzev/Musify.git
synced 2025-08-24 02:47:04 +08:00
Update: v9.3.1
This commit is contained in:
8
fastlane/metadata/android/en-US/changelogs/125.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/125.txt
Normal 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
|
@ -1 +1 @@
|
||||
const appVersion = '9.3.0';
|
||||
const appVersion = '9.3.1';
|
||||
|
@ -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'
|
||||
|
Reference in New Issue
Block a user