Skip to content

Commit

Permalink
Mod versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Verclene committed Nov 28, 2017
1 parent a4c4fca commit d73ebb6
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 @@ -34,4 +34,4 @@ tasks.withType(Jar) {compileApiJava.options.encoding = 'UTF-8'}
// Replace ':EBLib***' to the project of EBLib in your workspace
dependencies { compile project(':' + project.name + ':EBLib') }

version = "8.1.4.131"
version = "8.1.4.132"
2 changes: 1 addition & 1 deletion src/main/java/net/blacklab/lmr/LittleMaidReengaged.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
public class LittleMaidReengaged {

public static final String DOMAIN = "lmreengaged";
public static final String VERSION = "8.1.4.131";
public static final String VERSION = "8.1.4.132";
public static final String ACCEPTED_MCVERSION = "[1.9.4,1.10.2]";
public static final String DEPENDENCIES = "required-after:Forge@[1.9.4-12.17.0.1976,);"
+ "required-after:net.blacklab.lib@[6.1.5.8,)";
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": "lmreengaged",
"name": "LittleMaidReengaged",
"description": "Improved minecraft life with cute & little maids",
"version": "8.1.4.131",
"version": "8.1.4.132",
"url": "http://6docvc.net/",
"authorList": ["MMM, EMB4, Verclene"],
"credits": "Created by MMM, remixed by EMB4 & Verclene",
Expand Down

0 comments on commit d73ebb6

Please sign in to comment.