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

Commit

Permalink
ver.fp.002
Browse files Browse the repository at this point in the history
  • Loading branch information
firis-games committed Oct 12, 2019
1 parent cde92a2 commit bdd515a
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 @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
//Only edit below this line, the above code adds and enables the nessasary things for Forge to be setup.


version = "8.1.6.141.fp.001"
version = "8.1.6.141.fp.002"
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 @@ -65,7 +65,7 @@
public class LittleMaidReengaged {

public static final String DOMAIN = "lmreengaged";
public static final String VERSION = "8.1.6.141.f.001";
public static final String VERSION = "8.1.6.141.f.002";
public static final String ACCEPTED_MCVERSION = "[1.12.2]";
public static final String DEPENDENCIES = "required-after:forge@[1.12.2-14.23.5.2768,);";

Expand Down

0 comments on commit bdd515a

Please sign in to comment.