Skip to content

Commit

Permalink
4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KAMKEEL committed Apr 8, 2024
1 parent d187229 commit 99463fb
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 @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/noppes/mpm/MorePlayerModels.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
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": "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": "",
Expand Down

0 comments on commit 99463fb

Please sign in to comment.