Skip to content

Commit

Permalink
version: update version (1.23.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Mar 14, 2022
1 parent 6a27204 commit 8ba4637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pages/main/patchnote/patchnote_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PatchModel {

final patches = [
PatchModel(
dateTime: DateTime(2022, 3, 0),
dateTime: DateTime(2022, 3, 14),
version: '1.23 Minor Update <== Latest',
contents: [
'fix text field long press gray scale bug on ios',
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.22.0+0
version: 1.23.0+0

publish_to: none

Expand Down

0 comments on commit 8ba4637

Please sign in to comment.