1
0
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:
Dominika 2020-05-25 17:04:10 -04:00
parent 3012e97610
commit 046eb34650
No known key found for this signature in database
GPG Key ID: B4A5A6DCA70F861F
5 changed files with 7 additions and 7 deletions

View File

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

View File

@ -1 +1 @@
-beta

View File

@ -1 +1 @@
v1.1.3
v1.1.4

View File

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

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.4-beta",
"version": "1.1.4",
"mcversion": "1.12.2",
"logoFile": "kami.png",
"url": "https://github.com/kami-blue/client",