Setup v1.1.7 beta

This commit is contained in:
Dominika 2020-06-26 16:15:52 -04:00
parent dabdc77f49
commit 877bfcb0c3
No known key found for this signature in database
GPG Key ID: B4A5A6DCA70F861F
5 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1 +1 @@
-beta

View File

@ -1 +1 @@
v1.1.6
v1.1.7

View File

@ -70,8 +70,8 @@ public class KamiMod {
public static final String MODNAME = "KAMI Blue";
public static final String MODID = "kamiblue";
public static final String MODVER = "v1.1.6"; // this is changed to v1.x.x-commit for debugging during travis releases
public static final String MODVERSMALL = "v1.1.6"; // shown to the user
public static final String MODVER = "v1.1.7-beta"; // this is changed to v1.x.x-commit for debugging during travis releases
public static final String MODVERSMALL = "v1.1.7-beta"; // shown to the user
public static final String MODVERBROAD = "v1.1.6"; // 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 dominikaaaa\n",
"version": "1.1.6",
"version": "1.1.7-beta",
"mcversion": "1.12.2",
"logoFile": "kami.png",
"url": "https://github.com/kami-blue/client",