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

Commit eab7de1

Browse files
committed
[bump] Release Major 1.12.01
1 parent 7a02d26 commit eab7de1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs=-Xmx3G
22
modGroup=me.zeroeightsix
3-
modVersion=1.11.xx-dev
3+
modVersion=1.12.xx-dev
44
modBaseName=kamiblue
55
forgeVersion=1.12.2-14.23.5.2847
66
mcpVersion=stable_39

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

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

3535
public static final String NAME = "KAMI Blue";
3636
public static final String ID = "kamiblue";
37-
public static final String VERSION = "1.11.xx-dev"; // Used for debugging. R.MM.DD-hash format.
38-
public static final String VERSION_SIMPLE = "1.11.xx-dev"; // Shown to the user. R.MM.DD[-beta] format.
39-
public static final String VERSION_MAJOR = "1.11.01"; // Used for update checking. RR.MM.01 format.
37+
public static final String VERSION = "1.12.xx-dev"; // Used for debugging. R.MM.DD-hash format.
38+
public static final String VERSION_SIMPLE = "1.12.xx-dev"; // Shown to the user. R.MM.DD[-beta] format.
39+
public static final String VERSION_MAJOR = "1.12.01"; // Used for update checking. RR.MM.01 format.
4040
public static final int BUILD_NUMBER = -1; // Do not remove, currently unused but will be used in the future.
4141

4242
public static final String APP_ID = "638403216278683661";

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "kamiblue",
44
"name": "KAMI Blue",
55
"description": "カミブル \nA Minecraft utility mod for anarchy servers \nWritten by 086 and continued by l1ving\n",
6-
"version": "1.11.xx-dev",
6+
"version": "1.12.xx-dev",
77
"mcversion": "1.12.2",
88
"logoFile": "kami.png",
99
"url": "https://github.com/kami-blue/client",

0 commit comments

Comments
 (0)