mirror of https://github.com/kami-blue/client
[bump] Release Major 2.03.01
This commit is contained in:
parent
48695294f5
commit
dab414e9f2
|
@ -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
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue