From 1f2319e65d56f29e5d0bdf2b4575aa9357c16e5e Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Wed, 20 Dec 2023 23:24:26 +0400 Subject: [PATCH] Update: v7.1.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 03cce0d07..5d49cd7d6 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '7.0.2'; +const appVersion = '7.1.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 511d70788..db1b48185 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.0.2+74 # run update.sh after changing the version +version: 7.1.0+75 # run update.sh after changing the version environment: sdk: '>=3.2.0 <4.0.0'