[bump] Release Major 1.12.01

This commit is contained in:
Dominika 2020-12-01 22:07:45 -05:00
parent 7a02d2604a
commit eab7de1041
No known key found for this signature in database
GPG Key ID: B4A5A6DCA70F861F
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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";

View File

@ -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",