From a90970ff1fe7199593f5adba846a25c6c913ce4e Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Thu, 21 Dec 2023 19:45:35 +0400 Subject: [PATCH] Update: v7.1.1 --- 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 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'