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

Commit

Permalink
Bumped version to v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed May 25, 2020
1 parent 3012e97 commit 046eb34
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/curBeta
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-beta

2 changes: 1 addition & 1 deletion scripts/curRelease
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.3
v1.1.4
6 changes: 3 additions & 3 deletions src/main/java/me/zeroeightsix/kami/KamiMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -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";

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 046eb34

Please sign in to comment.