Skip to content

Commit

Permalink
version: update version (1.28.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Oct 2, 2022
1 parent db4b247 commit 069f41c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 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,19 @@ class PatchModel {
}

final patches = [
PatchModel(
dateTime: DateTime(2022, 10, 2),
version: '1.28 Minor Update',
contents: [
'fix article thnumbnail viewer animation bug',
'fix retry when thumbnail loading fail',
'fix exhentai paging bug',
'fix hiyobi component',
'fix bug that theme color is not changed',
'add lite mode',
'add hiyobi comment',
],
),
PatchModel(
dateTime: DateTime(2022, 9, 15),
version: '1.27 Minor Update',
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.27.0+0
version: 1.28.0+0

publish_to: none

Expand Down

0 comments on commit 069f41c

Please sign in to comment.