mirror of
https://github.com/kami-blue/client
synced 2025-01-25 00:02:51 +00:00
[bump] Release Major 1.12.01
This commit is contained in:
parent
7a02d2604a
commit
eab7de1041
@ -1,6 +1,6 @@
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
modGroup=me.zeroeightsix
|
||||
modVersion=1.11.xx-dev
|
||||
modVersion=1.12.xx-dev
|
||||
modBaseName=kamiblue
|
||||
forgeVersion=1.12.2-14.23.5.2847
|
||||
mcpVersion=stable_39
|
||||
|
@ -34,9 +34,9 @@ public class KamiMod {
|
||||
|
||||
public static final String NAME = "KAMI Blue";
|
||||
public static final String ID = "kamiblue";
|
||||
public static final String VERSION = "1.11.xx-dev"; // Used for debugging. R.MM.DD-hash format.
|
||||
public static final String VERSION_SIMPLE = "1.11.xx-dev"; // Shown to the user. R.MM.DD[-beta] format.
|
||||
public static final String VERSION_MAJOR = "1.11.01"; // Used for update checking. RR.MM.01 format.
|
||||
public static final String VERSION = "1.12.xx-dev"; // Used for debugging. R.MM.DD-hash format.
|
||||
public static final String VERSION_SIMPLE = "1.12.xx-dev"; // Shown to the user. R.MM.DD[-beta] format.
|
||||
public static final String VERSION_MAJOR = "1.12.01"; // Used for update checking. RR.MM.01 format.
|
||||
public static final int BUILD_NUMBER = -1; // Do not remove, currently unused but will be used in the future.
|
||||
|
||||
public static final String APP_ID = "638403216278683661";
|
||||
|
@ -3,7 +3,7 @@
|
||||
"modid": "kamiblue",
|
||||
"name": "KAMI Blue",
|
||||
"description": "カミブル \nA Minecraft utility mod for anarchy servers \nWritten by 086 and continued by l1ving\n",
|
||||
"version": "1.11.xx-dev",
|
||||
"version": "1.12.xx-dev",
|
||||
"mcversion": "1.12.2",
|
||||
"logoFile": "kami.png",
|
||||
"url": "https://github.com/kami-blue/client",
|
||||
|
Loading…
Reference in New Issue
Block a user