diff --git a/fastlane/metadata/android/en-US/changelogs/88.txt b/fastlane/metadata/android/en-US/changelogs/88.txt new file mode 100644 index 000000000..97d5ae6a1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/88.txt @@ -0,0 +1,13 @@ +Bug Fixes + +- Use seconds for the slider instead of milliseconds + +Enhancements + +- Changed lyrics UI so it will be shown differently now +- Improved the now playing page +- Updated translations +- Made various improvements in UI +- Boosted app stability and speed with quality and performance enhancements +- Changed app versioning +- For the full changelog, please visit the GitHub repository \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index fafd69990..162dca6bf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -5,7 +5,7 @@ repository: https://github.com/gokadzev/Musify issue_tracker: https://github.com/gokadzev/Musify/issues publish_to: 'none' -version: 2024.3.21+87 # run update.sh after changing the version +version: 2024.3.21+88 # run update.sh after changing the version environment: sdk: '>=3.3.0 <4.0.0'