From 275b0c04cddeb4f59fd240e624c9676c0b23eefd Mon Sep 17 00:00:00 2001 From: Valeri Gokadze Date: Wed, 22 Jan 2025 12:45:52 +0400 Subject: [PATCH] Update: v9.0.5 --- 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 ebad8010..c4fdbd68 100644 --- a/lib/API/version.dart +++ b/lib/API/version.dart @@ -1 +1 @@ -const appVersion = '9.0.4'; +const appVersion = '9.0.5'; diff --git a/pubspec.yaml b/pubspec.yaml index 2faa134f..1f1de8d1 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: 9.0.4+111 # run update.sh after changing the version +version: 9.0.5+112 # run update.sh after changing the version environment: sdk: '>=3.6.0 <4.0.0'