This repository was archived by the owner on Apr 22, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/kotlin/org/kamiblue/client Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx3G
2
2
modGroup =org.kamiblue
3
- modVersion =2.03 .xx-dev
3
+ modVersion =2.04 .xx-dev
4
4
kotlin_version =1.4.30
5
5
kotlinx_coroutines_version =1.4.2
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ class KamiMod {
25
25
const val ID = " kamiblue"
26
26
const val DIRECTORY = " kamiblue/"
27
27
28
- const val VERSION = " 2.03 .xx-dev" // Used for debugging. R.MM.DD-hash format.
29
- const val VERSION_SIMPLE = " 2.03 .xx-dev" // Shown to the user. R.MM.DD[-beta] format.
30
- const val VERSION_MAJOR = " 2.03 .01" // Used for update checking. RR.MM.01 format.
28
+ const val VERSION = " 2.04 .xx-dev" // Used for debugging. R.MM.DD-hash format.
29
+ const val VERSION_SIMPLE = " 2.04 .xx-dev" // Shown to the user. R.MM.DD[-beta] format.
30
+ const val VERSION_MAJOR = " 2.04 .01" // Used for update checking. RR.MM.01 format.
31
31
const val BUILD_NUMBER = - 1 // Do not remove, currently unused but will be used in the future.
32
32
33
33
const val APP_ID = " 638403216278683661"
You can’t perform that action at this time.
0 commit comments