From cb2572a8a3bf673a27ee3b6c2332c0efca1b77f5 Mon Sep 17 00:00:00 2001 From: violet-dev Date: Sat, 4 Jan 2025 15:27:00 +0900 Subject: [PATCH] version: Update version (1.32.2) --- violet/lib/pages/settings/patchnote_page.dart | 9 +++++++++ violet/lib/version/update_sync.dart | 2 +- violet/pubspec.yaml | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/violet/lib/pages/settings/patchnote_page.dart b/violet/lib/pages/settings/patchnote_page.dart index 8a5533903..6b68382bd 100644 --- a/violet/lib/pages/settings/patchnote_page.dart +++ b/violet/lib/pages/settings/patchnote_page.dart @@ -21,6 +21,15 @@ class PatchModel { } final patches = [ + PatchModel( + dateTime: DateTime(2025, 1, 4), + version: '1.32.2 Patch', + contents: [ + 'auto reload hitomi script', + 'enhance ui for desktop, tablet', + 'remove lite-mode' + ], + ), PatchModel( dateTime: DateTime(2024, 9, 14), version: '1.32.1 Patch', diff --git a/violet/lib/version/update_sync.dart b/violet/lib/version/update_sync.dart index d922ef0e0..e272070ae 100644 --- a/violet/lib/version/update_sync.dart +++ b/violet/lib/version/update_sync.dart @@ -15,7 +15,7 @@ class UpdateSyncManager { // Current version static const int majorVersion = 1; static const int minorVersion = 32; - static const int patchVersion = 1; + static const int patchVersion = 2; static String get currentVersion => '$majorVersion.$minorVersion.$patchVersion'; diff --git a/violet/pubspec.yaml b/violet/pubspec.yaml index 380af6247..9e90e0cb8 100644 --- a/violet/pubspec.yaml +++ b/violet/pubspec.yaml @@ -11,7 +11,7 @@ description: Open Source Hentai Viewer App # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.32.1+0 +version: 1.32.2+0 publish_to: none