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

Commit

Permalink
ver.fp.051
Browse files Browse the repository at this point in the history
  • Loading branch information
firis-games committed Sep 13, 2020
1 parent 7ce50d9 commit 27a1160
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.3.0.fp.050"
version = "9.3.1.fp.051"
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.3.0.fp.050";
public static final String VERSION = "9.3.1.fp.051";
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.1.0,);"
+ "required-after:lmlibrary@[1.1.1,);"
+ "before:gvclib@[1.12.2,);"
+ "before:generalguns@[1.,);";

Expand Down

0 comments on commit 27a1160

Please sign in to comment.