diff --git a/lib/API/version.dart b/lib/API/version.dart index 3ce5e77b4..7bde96d06 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '5.1.0'; +const appVersion = '5.2.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 3f9f9cafb..40bf5fbca 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: 5.1.0+52 # run update.sh after changing the version +version: 5.2.0+53 # run update.sh after changing the version environment: sdk: '>=2.19.6 <3.0.0'