Skip to content

Commit

Permalink
v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Furgl committed Jan 16, 2017
1 parent 94d0b4b commit fa900fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plugins {
id "net.minecraftforge.gradle.forge" version "2.0.2"
}
*/
version = "1.10.2-1.5.3"
version = "1.10.2-1.5.4"
group= "furgl.babyMobs" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "BabyMobs"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/furgl/babyMobs/common/BabyMobs.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class BabyMobs
{
public static final String MODID = "babymobs";
public static final String MODNAME = "Baby Mobs";
public static final String VERSION = "1.5.3";
public static final String VERSION = "1.5.4";
@Mod.Instance("babymobs")
public static BabyMobs instance;
@SidedProxy(clientSide = "furgl.babyMobs.client.ClientProxy", serverSide = "furgl.babyMobs.common.CommonProxy")
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": "babymobs",
"name": "Baby Mobs",
"description": "Adds baby versions of many vanilla monsters, each with its own special abilities.",
"version": "1.5.3",
"version": "1.5.4",
"mcversion": "1.10.2",
"url": "https://sites.google.com/site/furglsmods/baby-mobs",
"updateUrl": "",
Expand Down

0 comments on commit fa900fa

Please sign in to comment.