bump ver to v1.1.3 release

This commit is contained in:
Bella 2020-04-17 11:56:51 -04:00
parent c2c6aac8cd
commit a40617a783
No known key found for this signature in database
GPG Key ID: DBD4A6030080C8B3
6 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx3G
modGroup=me.zeroeightsix
modVersion=1.1.2-beta
modVersion=1.1.3
modBaseName=kamiblue
forgeVersion=1.12.2-14.23.5.2847
mcpVersion=stable_39

View File

@ -1 +1 @@
\-beta

View File

@ -1 +1 @@
v1.1.2
v1.1.3

View File

@ -1 +1 @@
v1.1.2
v1.1.3

View File

@ -66,9 +66,9 @@ public class KamiMod {
public static final String MODNAME = "KAMI Blue";
public static final String MODID = "kamiblue";
public static final String MODVER = "v1.1.2-beta"; // this is changed to v1.1.2-commit for debugging during travis releases
public static final String MODVERSMALL = "v1.1.2-beta"; // shown to the user
public static final String MODVERBROAD = "v1.1.2"; // used for update checking
public static final String MODVER = "v1.1.3"; // this is changed to v1.1.2-commit for debugging during travis releases
public static final String MODVERSMALL = "v1.1.3"; // shown to the user
public static final String MODVERBROAD = "v1.1.3"; // used for update checking
public static final String MCVER = "1.12.2";

View File

@ -3,7 +3,7 @@
"modid": "kamiblue",
"name": "KAMI Blue\n",
"description": "カミブル \nA Minecraft utility mod for anarchy servers \nWritten by 086 and continued by S-B99\n",
"version": "1.1.2-beta",
"version": "1.1.3",
"mcversion": "1.12.2",
"logoFile": "kami.png",
"url": "https://github.com/kami-blue/client",