Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Commit 6f02687

Browse files
committed
Bump to v1.1.5
1 parent e1cb627 commit 6f02687

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs=-Xmx3G
22
modGroup=me.zeroeightsix
3-
modVersion=1.1.5-beta
3+
modVersion=1.1.5
44
modBaseName=kamiblue
55
forgeVersion=1.12.2-14.23.5.2847
66
mcpVersion=stable_39

scripts/curBeta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-beta
1+

scripts/curRelease

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.1.4
1+
v1.1.5

src/main/java/me/zeroeightsix/kami/KamiMod.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ public class KamiMod {
7070

7171
public static final String MODNAME = "KAMI Blue";
7272
public static final String MODID = "kamiblue";
73-
public static final String MODVER = "v1.1.5-beta"; // this is changed to v1.x.x-commit for debugging during travis releases
74-
public static final String MODVERSMALL = "v1.1.5-beta"; // shown to the user
75-
public static final String MODVERBROAD = "v1.1.4"; // used for update checking
73+
public static final String MODVER = "v1.1.5"; // this is changed to v1.x.x-commit for debugging during travis releases
74+
public static final String MODVERSMALL = "v1.1.5"; // shown to the user
75+
public static final String MODVERBROAD = "v1.1.5"; // used for update checking
7676

7777
public static final String MCVER = "1.12.2";
7878

src/main/resources/mcmod.info

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"modid": "kamiblue",
44
"name": "KAMI Blue\n",
55
"description": "カミブル \nA Minecraft utility mod for anarchy servers \nWritten by 086 and continued by dominikaaaa\n",
6-
"version": "1.1.5-beta",
6+
"version": "1.1.5",
77
"mcversion": "1.12.2",
88
"logoFile": "kami.png",
99
"url": "https://github.com/kami-blue/client",

0 commit comments

Comments
 (0)