mirror of
https://github.com/kami-blue/client
synced 2024-12-18 05:04:43 +00:00
Bumped version to v1.1.4
This commit is contained in:
parent
3012e97610
commit
046eb34650
@ -1,6 +1,6 @@
|
||||
org.gradle.jvmargs=-Xmx3G
|
||||
modGroup=me.zeroeightsix
|
||||
modVersion=1.1.4-beta
|
||||
modVersion=1.1.4
|
||||
modBaseName=kamiblue
|
||||
forgeVersion=1.12.2-14.23.5.2847
|
||||
mcpVersion=stable_39
|
||||
|
@ -1 +1 @@
|
||||
-beta
|
||||
|
||||
|
@ -1 +1 @@
|
||||
v1.1.3
|
||||
v1.1.4
|
||||
|
@ -70,9 +70,9 @@ public class KamiMod {
|
||||
|
||||
public static final String MODNAME = "KAMI Blue";
|
||||
public static final String MODID = "kamiblue";
|
||||
public static final String MODVER = "v1.1.4-dev"; // this is changed to v1.x.x-commit for debugging during travis releases
|
||||
public static final String MODVERSMALL = "v1.1.4-beta"; // shown to the user
|
||||
public static final String MODVERBROAD = "v1.1.3"; // used for update checking
|
||||
public static final String MODVER = "v1.1.4"; // this is changed to v1.x.x-commit for debugging during travis releases
|
||||
public static final String MODVERSMALL = "v1.1.4"; // shown to the user
|
||||
public static final String MODVERBROAD = "v1.1.4"; // used for update checking
|
||||
|
||||
public static final String MCVER = "1.12.2";
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
"modid": "kamiblue",
|
||||
"name": "KAMI Blue\n",
|
||||
"description": "カミブル \nA Minecraft utility mod for anarchy servers \nWritten by 086 and continued by dominikaaaa\n",
|
||||
"version": "1.1.4-beta",
|
||||
"version": "1.1.4",
|
||||
"mcversion": "1.12.2",
|
||||
"logoFile": "kami.png",
|
||||
"url": "https://github.com/kami-blue/client",
|
||||
|
Loading…
Reference in New Issue
Block a user