Setup beta for v1.1.6

This commit is contained in:
Dominika 2020-06-05 15:46:37 -04:00
parent 6f02687d70
commit abea4e9344
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.5
modVersion=1.1.6-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.5
v1.1.6

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.5"; // this is changed to v1.x.x-commit for debugging during travis releases
public static final String MODVERSMALL = "v1.1.5"; // shown to the user
public static final String MODVER = "v1.1.6-beta"; // this is changed to v1.x.x-commit for debugging during travis releases
public static final String MODVERSMALL = "v1.1.6-beta"; // shown to the user
public static final String MODVERBROAD = "v1.1.5"; // 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.5",
"version": "1.1.6-beta",
"mcversion": "1.12.2",
"logoFile": "kami.png",
"url": "https://github.com/kami-blue/client",