Skip to content

Commit 8da62d2

Browse files
committed
Update: v9.8.5
1 parent 2617759 commit 8da62d2

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Enhancements
2+
- Improved playlist-related logic code
3+
4+
Bug fixes
5+
- Fixed folder playlist issues
6+
- Fixed playlist rename bug
7+
- 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 = '9.8.4';
1+
const appVersion = '9.8.5';

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: 9.8.4+160 # run update.sh after changing the version
8+
version: 9.8.5+161 # run update.sh after changing the version
99

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

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version=$(grep version pubspec.yaml | awk -F'[ +]' '{print $2}' | tr -d "'")
55

66
# Define the variable name and file name
77
variable="appVersion"
8-
filename="lib/API/version.dart"
8+
filename="lib/constants/version.dart"
99

1010
# Write the version to the Dart file
1111
echo "const $variable = '$version';" > $filename

0 commit comments

Comments
 (0)