Skip to content

Commit

Permalink
version: update version (1.17.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Jan 2, 2022
1 parent 31c2bc1 commit a0ed677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/version/update_sync.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class UpdateSyncManager {
// Current version
static const int majorVersion = 1;
static const int minorVersion = 17;
static const int patchVersion = 5;
static const int patchVersion = 6;

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.17.5+0
version: 1.17.6+0

publish_to: none

Expand Down

0 comments on commit a0ed677

Please sign in to comment.