Skip to content

Commit

Permalink
version: update version (1.28.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Oct 24, 2022
1 parent 314e640 commit 8e0f592
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions lib/pages/main/patchnote/patchnote_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ class PatchModel {
}

final patches = [
PatchModel(
dateTime: DateTime(2022, 10, 24),
version: '1.28.2 Patch',
contents: [
'fix hiyobi router',
'fix bug that built-in script reloader is not work properly',
'fix bug that ultra detail view uses a lot of raster resource',
'add tag viewer',
'add artists search experimentally (currently only supports cosine distance)',
],
),
PatchModel(
dateTime: DateTime(2022, 10, 9),
version: '1.28.1 Patch (HotFix)',
Expand Down
2 changes: 1 addition & 1 deletion lib/version/update_sync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class UpdateSyncManager {
// Current version
static const int majorVersion = 1;
static const int minorVersion = 28;
static const int patchVersion = 1;
static const int patchVersion = 2;

static String get currentVersion =>
'$majorVersion.$minorVersion.$patchVersion';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.1+0
version: 1.28.2+0

publish_to: none

Expand Down

0 comments on commit 8e0f592

Please sign in to comment.