File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
fastlane/metadata/android/en-US/changelogs Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- const appVersion = '9.8.4 ' ;
1+ const appVersion = '9.8.5 ' ;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify
55issue_tracker : https://github.com/gokadzev/Musify/issues
66
77publish_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
1010environment :
1111 sdk : ' >=3.11.0 <4.0.0'
Original file line number Diff line number Diff 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
77variable=" appVersion"
8- filename=" lib/API /version.dart"
8+ filename=" lib/constants /version.dart"
99
1010# Write the version to the Dart file
1111echo " const $variable = '$version ';" > $filename
You can’t perform that action at this time.
0 commit comments