Skip to content

Commit

Permalink
version: update version (1.19)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Jan 23, 2022
1 parent 676fbad commit 4a5eabe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion lib/pages/main/patchnote/patchnote_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,18 @@ class PatchModel {
}

final patches = [
PatchModel(
dateTime: DateTime(2021, 01, 23),
version: '1.19 Minor Update <== Latest',
isMinor: true,
contents: [
'support download on ios device',
],
),
PatchModel(
dateTime: DateTime(2021, 01, 16),
version: '1.18 Minor Update <== Latest',
version: '1.18 Minor Update',
isMinor: true,
contents: [
'enhance download viewer',
'add black theme',
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 @@ -14,7 +14,7 @@ class UpdateSyncManager {

// Current version
static const int majorVersion = 1;
static const int minorVersion = 18;
static const int minorVersion = 19;
static const int patchVersion = 0;

static String get currentVersion =>
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.18.0+0
version: 1.19.0+0

publish_to: none

Expand Down

0 comments on commit 4a5eabe

Please sign in to comment.