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/java/me/zeroeightsix/kami 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 =me.zeroeightsix
3
- modVersion =1.12 .xx-dev
3
+ modVersion =2.01 .xx-dev
4
4
kotlin_version =1.4.21
5
5
kotlinx_coroutines_version =1.4.1
Original file line number Diff line number Diff line change @@ -33,9 +33,9 @@ public class KamiMod {
33
33
34
34
public static final String NAME = "KAMI Blue" ;
35
35
public static final String ID = "kamiblue" ;
36
- public static final String VERSION = "1.12 .xx-dev" ; // Used for debugging. R.MM.DD-hash format.
37
- public static final String VERSION_SIMPLE = "1.12 .xx-dev" ; // Shown to the user. R.MM.DD[-beta] format.
38
- public static final String VERSION_MAJOR = "1.12 .01" ; // Used for update checking. RR.MM.01 format.
36
+ public static final String VERSION = "2.01 .xx-dev" ; // Used for debugging. R.MM.DD-hash format.
37
+ public static final String VERSION_SIMPLE = "2.01 .xx-dev" ; // Shown to the user. R.MM.DD[-beta] format.
38
+ public static final String VERSION_MAJOR = "2.01 .01" ; // Used for update checking. RR.MM.01 format.
39
39
public static final int BUILD_NUMBER = -1 ; // Do not remove, currently unused but will be used in the future.
40
40
41
41
public static final String APP_ID = "638403216278683661" ;
You can’t perform that action at this time.
0 commit comments