Skip to content

Commit

Permalink
version: Update patchnote (1.29.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Dec 10, 2023
1 parent ba0ff79 commit 8534a45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/pages/main/patchnote/patchnote_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ class PatchModel {

final patches = [
PatchModel(
dateTime: DateTime(2023, 12, 4),
version: '1.29.1 Patch (HotFix)',
dateTime: DateTime(2023, 12, 10),
version: '1.29.2 Patch (HotFix)',
contents: [
'fix database locking error',
'fix large bookmark group loading error',
],
),
PatchModel(
Expand Down

0 comments on commit 8534a45

Please sign in to comment.