From a1dd5ca64fb576a15a4d8a265f2d184f78a4b6c4 Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Wed, 25 Dec 2024 12:51:12 +0400 Subject: [PATCH] Update: v9.0.3 --- fastlane/metadata/android/en-US/changelogs/110.txt | 7 +++++++ lib/API/version.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/110.txt diff --git a/fastlane/metadata/android/en-US/changelogs/110.txt b/fastlane/metadata/android/en-US/changelogs/110.txt new file mode 100644 index 00000000..da67844b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/110.txt @@ -0,0 +1,7 @@ +Bug Fixes +- Prevented skipping to the next track while buffering in repeat mode. +- Miscellaneous fixes connected to the repeat function. + +Enhancements +- Enabled item snapping in carousel views on the home page. +- Updated target SDK to 35 for Android 15 support. \ No newline at end of file diff --git a/lib/API/version.dart b/lib/API/version.dart index ca6ba6c9..fc0a2326 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '9.0.2'; +const appVersion = '9.0.3'; diff --git a/pubspec.yaml b/pubspec.yaml index 9805eb6a..71ebc889 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: 9.0.2+109 # run update.sh after changing the version +version: 9.0.3+110 # run update.sh after changing the version environment: sdk: '>=3.6.0 <4.0.0'