Skip to content

Commit

Permalink
version: Update version (1.30.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Jan 22, 2024
1 parent 261e4aa commit 607c678
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions lib/pages/main/patchnote/patchnote_page.dart
Expand Up @@ -21,9 +21,17 @@ class PatchModel {
}

final patches = [
PatchModel(
dateTime: DateTime(2024, 1, 22),
version: '1.30.1 Patch',
contents: [
'fix some performance issues',
],
),
PatchModel(
dateTime: DateTime(2024, 1, 1),
version: '1.30 Minor',
isMinor: true,
contents: [
'fix load ehentai bookmark',
'fix ios status font color',
Expand Down
2 changes: 1 addition & 1 deletion lib/version/update_sync.dart
Expand Up @@ -15,7 +15,7 @@ class UpdateSyncManager {
// Current version
static const int majorVersion = 1;
static const int minorVersion = 30;
static const int patchVersion = 0;
static const int patchVersion = 1;

static String get currentVersion =>
'$majorVersion.$minorVersion.$patchVersion';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
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.30.0+0
version: 1.30.1+0

publish_to: none

Expand Down

0 comments on commit 607c678

Please sign in to comment.