diff --git a/lib/API/version.dart b/lib/API/version.dart index 20c9114a..45754975 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '8.7.5'; +const appVersion = '9.0.0'; diff --git a/lib/screens/settings_page.dart b/lib/screens/settings_page.dart index c9304a6d..b59af242 100644 --- a/lib/screens/settings_page.dart +++ b/lib/screens/settings_page.dart @@ -83,6 +83,7 @@ class SettingsPage extends StatelessWidget { addOrUpdateData( 'settings', 'accentColor', + // ignore: deprecated_member_use color.value, ); Musify.updateAppState( diff --git a/pubspec.yaml b/pubspec.yaml index bded69c7..ef300a80 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: 8.7.5+106 # run update.sh after changing the version +version: 9.0.0+107 # run update.sh after changing the version environment: sdk: '>=3.6.0 <4.0.0'