Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
ver.fp.041
Browse files Browse the repository at this point in the history
  • Loading branch information
firis-games committed Jun 14, 2020
1 parent c33ecd9 commit f8e330c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repositories {
}
}

version = "9.0.6.fp.040"
version = "9.1.0.fp.041"
group= "net.blacklab.lmr" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "LittleMaidReengaged_FirisPatch"

Expand Down
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 @@ -81,7 +81,7 @@ public class LittleMaidReengaged {

public static final String MODID = "lmreengaged";
public static final String NAME = "LittleMaidReengaged";
public static final String VERSION = "9.0.6.fp.040";
public static final String VERSION = "9.1.0.fp.041";
public static final String ACCEPTED_MCVERSION = "[1.12.2]";
public static final String DEPENDENCIES = "required-after:forge@[1.12.2-14.23.5.2768,);"
+ "required-after:lmlibrary@[1.0.0,);"
Expand Down

0 comments on commit f8e330c

Please sign in to comment.