From f706643df26fb55ed2d6aa9a583499d614c871bf Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Sun, 7 May 2023 17:04:48 +0400 Subject: [PATCH] Update: v5.2.0 --- lib/API/version.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'