Skip to content

Commit

Permalink
Merge pull request #418 from project-violet/v1.32.0
Browse files Browse the repository at this point in the history
version: Update version (1.32.0)
  • Loading branch information
violet-dev authored May 26, 2024
2 parents 065b4cd + ee5d8be commit 14267ac
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 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,16 @@ class PatchModel {
}

final patches = [
PatchModel(
dateTime: DateTime(2024, 5, 26),
version: '1.32.0 Minor',
contents: [
'fix database switch bug',
'supports fast download database in ios',
'supports apple pencil double tap gesture',
'reduce app size',
],
),
PatchModel(
dateTime: DateTime(2024, 2, 9),
version: '1.31.1 Patch',
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 = 31;
static const int patchVersion = 1;
static const int minorVersion = 32;
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.31.1+0
version: 1.32.0+0

publish_to: none

Expand Down

0 comments on commit 14267ac

Please sign in to comment.