We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f0d945 commit c8146afCopy full SHA for c8146af
fastlane/metadata/android/en-US/changelogs/115.txt
@@ -0,0 +1,3 @@
1
+Enhancements
2
+- Added sleep timer feature
3
+- Instantly update playback state in mini-player on song play
lib/API/version.dart
@@ -1 +1 @@
-const appVersion = '9.1.0';
+const appVersion = '9.1.1';
pubspec.yaml
@@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify
5
issue_tracker: https://github.com/gokadzev/Musify/issues
6
7
publish_to: 'none'
8
-version: 9.1.0+114 # run update.sh after changing the version
+version: 9.1.1+115 # run update.sh after changing the version
9
10
environment:
11
sdk: '>=3.7.0 <4.0.0'
0 commit comments