From e5072c7b2328257de62f2cabbed4afe8dc467c93 Mon Sep 17 00:00:00 2001 From: violet-dev Date: Mon, 4 Dec 2023 12:33:39 +0900 Subject: [PATCH] version: Update version (1.29.2) --- lib/pages/main/patchnote/patchnote_page.dart | 7 +++++++ lib/version/update_sync.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lib/pages/main/patchnote/patchnote_page.dart b/lib/pages/main/patchnote/patchnote_page.dart index 1b7d6cd5d..2176ecbb9 100644 --- a/lib/pages/main/patchnote/patchnote_page.dart +++ b/lib/pages/main/patchnote/patchnote_page.dart @@ -21,6 +21,13 @@ class PatchModel { } final patches = [ + PatchModel( + dateTime: DateTime(2023, 12, 4), + version: '1.29.1 Patch (HotFix)', + contents: [ + 'fix database locking error', + ], + ), PatchModel( dateTime: DateTime(2023, 12, 3), version: '1.29.1 Patch', diff --git a/lib/version/update_sync.dart b/lib/version/update_sync.dart index 9ae244fd9..0465fe464 100644 --- a/lib/version/update_sync.dart +++ b/lib/version/update_sync.dart @@ -15,7 +15,7 @@ class UpdateSyncManager { // Current version static const int majorVersion = 1; static const int minorVersion = 29; - static const int patchVersion = 1; + static const int patchVersion = 2; static String get currentVersion => '$majorVersion.$minorVersion.$patchVersion'; diff --git a/pubspec.yaml b/pubspec.yaml index a29f3579b..489db5eb4 100644 --- a/pubspec.yaml +++ b/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.29.1+0 +version: 1.29.2+0 publish_to: none