Skip to content

Commit

Permalink
Update: v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gokadzev committed Dec 12, 2024
1 parent a4fb150 commit 9eeb495
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/API/version.dart
Original file line number Diff line number Diff line change
@@ -1 +1 @@
const appVersion = '8.7.5';
const appVersion = '9.0.0';
1 change: 1 addition & 0 deletions lib/screens/settings_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ class SettingsPage extends StatelessWidget {
addOrUpdateData(
'settings',
'accentColor',
// ignore: deprecated_member_use
color.value,
);
Musify.updateAppState(
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9eeb495

Please sign in to comment.