Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Commit b42365c

Browse files
committed
[bump] Release Major 2.01.01
1 parent d895459 commit b42365c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
org.gradle.jvmargs=-Xmx3G
22
modGroup=me.zeroeightsix
3-
modVersion=1.12.xx-dev
3+
modVersion=2.01.xx-dev
44
kotlin_version=1.4.21
55
kotlinx_coroutines_version=1.4.1

src/main/java/me/zeroeightsix/kami/KamiMod.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ public class KamiMod {
3333

3434
public static final String NAME = "KAMI Blue";
3535
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.
3939
public static final int BUILD_NUMBER = -1; // Do not remove, currently unused but will be used in the future.
4040

4141
public static final String APP_ID = "638403216278683661";

0 commit comments

Comments
 (0)