Skip to content

Commit 5298e74

Browse files
committed
Update: v10.0.6
1 parent e1a441a commit 5298e74

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Enhancements
2+
- Added equalizer presets
3+
- Improved lyrics support
4+
5+
Bug fixes
6+
- Fixed queue and shuffle bugs
7+
- Fixed original recommendations
8+
- Fixed automatic song picker
9+
- Full changelog: https://github.com/gokadzev/Musify/releases

lib/constants/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const appVersion = '10.0.5';
1+
const appVersion = '10.0.6';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify
55
issue_tracker: https://github.com/gokadzev/Musify/issues
66

77
publish_to: 'none'
8-
version: 10.0.5+169 # run update.sh after changing the version
8+
version: 10.0.6+170 # run update.sh after changing the version
99

1010
environment:
1111
sdk: '>=3.11.0 <4.0.0'

0 commit comments

Comments
 (0)