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

Commit

Permalink
ver.fp.048
Browse files Browse the repository at this point in the history
  • Loading branch information
firis-games committed Aug 16, 2020
1 parent 941d808 commit 3d17455
Show file tree
Hide file tree
Showing 2 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 @@ -21,7 +21,7 @@ repositories {
}
}

version = "9.2.3.fp.047"
version = "9.2.4.fp.048"
group= "net.blacklab.lmr" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "LittleMaidReengaged_FirisPatch"

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/net/blacklab/lmr/LittleMaidReengaged.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ public class LittleMaidReengaged {

public static final String MODID = "lmreengaged";
public static final String NAME = "LittleMaidReengaged";
public static final String VERSION = "9.2.3.fp.047";
public static final String VERSION = "9.2.4.fp.048";
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.7,);"
+ "required-after:lmlibrary@[1.0.8,);"
+ "before:gvclib@[1.12.2,);"
+ "before:generalguns@[1.,);";

Expand Down

0 comments on commit 3d17455

Please sign in to comment.