From 0492f3fac909996f4db8ab6ec9cf4c2a02ad7750 Mon Sep 17 00:00:00 2001 From: anandnet Date: Sun, 13 Oct 2024 09:51:08 +0530 Subject: [PATCH] Bump app version to 1.10.2 --- CHANGELOG.md | 4 ++++ fastlane/metadata/android/changelogs/18.txt | 2 ++ lib/ui/screens/Settings/settings_screen_controller.dart | 2 +- pubspec.yaml | 2 +- windows/packaging/exe/inno_setup.iss | 4 ++-- 5 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 fastlane/metadata/android/changelogs/18.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 94584682..0b6cb8df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.10.2 +* Fixed Song is not playable due to server restriction! +* Added hl code #298 + ## 1.10.1 * Improved song loading time (Android) * Added slide gesture to song tile for playing next song by @DarkNinja15 diff --git a/fastlane/metadata/android/changelogs/18.txt b/fastlane/metadata/android/changelogs/18.txt new file mode 100644 index 00000000..ff5d188f --- /dev/null +++ b/fastlane/metadata/android/changelogs/18.txt @@ -0,0 +1,2 @@ +* Fixed Song is not playable due to server restriction! +* Added hl code #298 \ No newline at end of file diff --git a/lib/ui/screens/Settings/settings_screen_controller.dart b/lib/ui/screens/Settings/settings_screen_controller.dart index d07cb5ab..b844da28 100644 --- a/lib/ui/screens/Settings/settings_screen_controller.dart +++ b/lib/ui/screens/Settings/settings_screen_controller.dart @@ -44,7 +44,7 @@ class SettingsScreenController extends GetxController { final backgroundPlayEnabled = true.obs; final restorePlaybackSession = false.obs; final cacheHomeScreenData = true.obs; - final currentVersion = "V1.10.1"; + final currentVersion = "V1.10.2"; @override void onInit() { diff --git a/pubspec.yaml b/pubspec.yaml index 1fe4fc67..a8cb4f72 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.10.1+17 +version: 1.10.2+18 environment: sdk: ">=3.1.5 <4.0.0" diff --git a/windows/packaging/exe/inno_setup.iss b/windows/packaging/exe/inno_setup.iss index a0f2e6ce..6eac4604 100644 --- a/windows/packaging/exe/inno_setup.iss +++ b/windows/packaging/exe/inno_setup.iss @@ -1,6 +1,6 @@ [Setup] AppId=B9F6E402-0CAE-4045-BDE6-14BD6C39C4EA -AppVersion=1.10.1+17 +AppVersion=1.10.2+18 AppName=Harmony Music AppPublisher=anandnet AppPublisherURL=https://github.com/anandnet/Harmony-Music @@ -9,7 +9,7 @@ AppUpdatesURL=https://github.com/anandnet/Harmony-Music DefaultDirName={autopf}\harmonymusic DisableProgramGroupPage=yes OutputDir=. -OutputBaseFilename=harmonymusicv1.10.1 +OutputBaseFilename=harmonymusicv1.10.2 Compression=lzma SolidCompression=yes SetupIconFile=..\..\windows\runner\resources\app_icon.ico