[bump] Release Major 2.03.01

This commit is contained in:
lv 2021-03-02 14:00:34 -05:00
parent 48695294f5
commit dab414e9f2
No known key found for this signature in database
GPG Key ID: AF236A45B0255DA8
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx3G
modGroup=org.kamiblue
modVersion=2.02.xx-dev
modVersion=2.03.xx-dev
kotlin_version=1.4.30
kotlinx_coroutines_version=1.4.2

View File

@ -25,9 +25,9 @@ class KamiMod {
const val ID = "kamiblue"
const val DIRECTORY = "kamiblue/"
const val VERSION = "2.02.xx-dev" // Used for debugging. R.MM.DD-hash format.
const val VERSION_SIMPLE = "2.02.xx-dev" // Shown to the user. R.MM.DD[-beta] format.
const val VERSION_MAJOR = "2.02.01" // Used for update checking. RR.MM.01 format.
const val VERSION = "2.03.xx-dev" // Used for debugging. R.MM.DD-hash format.
const val VERSION_SIMPLE = "2.03.xx-dev" // Shown to the user. R.MM.DD[-beta] format.
const val VERSION_MAJOR = "2.03.01" // Used for update checking. RR.MM.01 format.
const val BUILD_NUMBER = -1 // Do not remove, currently unused but will be used in the future.
const val APP_ID = "638403216278683661"