From bb15269028c54437520afc89959819fbc8cb5dd3 Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Fri, 31 Mar 2023 22:23:12 +0400 Subject: [PATCH] Update: v4.9.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 1fafa2170..c6d9e5cda 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '4.8.0'; +const appVersion = '4.9.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 0d2faf08a..d6c97e597 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: 4.9.0+49 # run update.sh after changing the version +version: 4.9.1+50 # run update.sh after changing the version environment: sdk: '>=2.19.6 <3.0.0'