diff --git a/build.gradle b/build.gradle index 88dfffe..9103c48 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ buildscript { apply plugin: 'forge' -version = "4.0" +version = "4.1" group= "kamkeel.mpmplus" // http://maven.apache.org/guides/mini/guide-naming-conventions.html archivesBaseName = "MorePlayerModels-Plus" diff --git a/src/main/java/noppes/mpm/MorePlayerModels.java b/src/main/java/noppes/mpm/MorePlayerModels.java index a4fd067..f8c38dd 100644 --- a/src/main/java/noppes/mpm/MorePlayerModels.java +++ b/src/main/java/noppes/mpm/MorePlayerModels.java @@ -32,7 +32,7 @@ public class MorePlayerModels { @SidedProxy(clientSide = "noppes.mpm.client.ClientProxy", serverSide = "noppes.mpm.CommonProxy") public static CommonProxy proxy; - public final static String VERSION = "4.0"; + public final static String VERSION = "4.1"; public static FMLEventChannel Channel; public static MorePlayerModels instance; diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index a31e7aa..b515a2f 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,7 +3,7 @@ "modid": "moreplayermodels", "name": "MorePlayerModels+", "description": "More player models lets you edit your player model to your hearts content", - "version": "4.0", + "version": "4.1", "mcversion": "1.7.10", "url": "https://github.com/KAMKEEL/MorePlayerModels-Plus", "updateUrl": "",