Skip to content

Commit

Permalink
Update data version
Browse files Browse the repository at this point in the history
  • Loading branch information
levinli303 committed Jul 6, 2020
1 parent cf32a92 commit d64c3a6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,9 @@ class MainActivity : AppCompatActivity(R.layout.activity_main),
}

companion object {
private const val CURRENT_DATA_VERSION = "5"
private const val CURRENT_DATA_VERSION = "10"
// 10: 1.0 RC
// < 10: 1.0 Beta X

private const val CELESTIA_DATA_FOLDER_NAME = "CelestiaResources"
private const val CELESTIA_FONT_FOLDER_NAME = "fonts"
Expand Down

0 comments on commit d64c3a6

Please sign in to comment.