diff --git a/lib/API/version.dart b/lib/API/version.dart index 5d49cd7d6..e6cb358d2 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '7.1.0'; +const appVersion = '7.1.1'; diff --git a/pubspec.yaml b/pubspec.yaml index db1b48185..effcc8c45 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: 7.1.0+75 # run update.sh after changing the version +version: 7.1.1+76 # run update.sh after changing the version environment: sdk: '>=3.2.0 <4.0.0'