Skip to content

Commit

Permalink
Bump data version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Sep 19, 2020
1 parent db43c43 commit 527c22b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1398,7 +1398,8 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}

companion object {
private const val CURRENT_DATA_VERSION = "11"
private const val CURRENT_DATA_VERSION = "12"
// 12: 1.0.2
// 11: 1.0.1
// 10: 1.0
// < 10: 1.0 Beta X
Expand Down

0 comments on commit 527c22b

Please sign in to comment.