Skip to content

Commit

Permalink
version: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Sep 22, 2021
1 parent 4337ee6 commit 1d990d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lib/pages/main/patchnote/patchnote_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class PatchModel {

final patches = [
PatchModel(
dateTime: DateTime(2021, 9, 21),
version: '1.15.1 Patch Update <== Latest',
dateTime: DateTime(2021, 9, 22),
version: '1.16 Patch Update <== Latest',
contents: [
'optimize dialog search',
'optimize critical ui processes',
'add hisoki.me router',
],
),
Expand Down
2 changes: 1 addition & 1 deletion lib/pages/settings/version_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class VersionViewPage extends StatelessWidget {
style: TextStyle(fontSize: 30),
),
Text(
'1.15.0',
'1.16.0',
style: TextStyle(fontSize: 20),
),
Text(''),
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 = 15;
static const int minorVersion = 16;
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.14.1+0
version: 1.16.0+0

publish_to: none

Expand Down

0 comments on commit 1d990d8

Please sign in to comment.