Skip to content

Commit

Permalink
version: update version (1.27.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Sep 15, 2022
1 parent 1a75a8a commit 4cc31c4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
12 changes: 9 additions & 3 deletions lib/pages/main/patchnote/patchnote_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,16 @@ class PatchModel {

final patches = [
PatchModel(
dateTime: DateTime(2022, 9, 0),
version: '1.26.5 Patch',
dateTime: DateTime(2022, 9, 15),
version: '1.27 Minor Update',
contents: [
'fix built-in script reloader',
'rollback article item thumbnail implementation',
'add dynamic lazy loading feature to viewer',
'add brazilian portuguese language',
'add search with page count (ex: page>4, page>100 page<200, page>=20, page=40)',
'add ultra detail view',
'add support ios file app',
],
),
PatchModel(
Expand Down Expand Up @@ -348,7 +354,7 @@ final patches = [
),
PatchModel(
dateTime: DateTime(2021, 8, 11),
version: '1.13.2 Patch Update <== Latest',
version: '1.13.2 Patch Update',
contents: [
'fix hitomi routing error',
],
Expand Down
4 changes: 2 additions & 2 deletions lib/version/update_sync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ class UpdateSyncManager {

// Current version
static const int majorVersion = 1;
static const int minorVersion = 26;
static const int patchVersion = 4;
static const int minorVersion = 27;
static const int patchVersion = 0;

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.26.4+0
version: 1.27.0+0

publish_to: none

Expand Down

0 comments on commit 4cc31c4

Please sign in to comment.