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

Commit

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

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

Expand Down Expand Up @@ -104,7 +104,7 @@ task zipBuild(type: Zip, dependsOn: devJar) {
from "/LittleMaidModelProject"
into('mods') {
from "/build/libs/${archivesBaseName}-${version}-dev.jar"
from "/mods/LMLibrary-1.0.0-dev.jar"
from "/mods/LMLibrary-1.0.1-dev.jar"
}
}

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

public static final String MODID = "lmreengaged";
public static final String NAME = "LittleMaidReengaged";
public static final String VERSION = "9.1.0.fp.041";
public static final String VERSION = "9.1.1.fp.042";
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,);"
+ "required-after:lmlibrary@[1.0.1,);"
+ "before:gvclib@[1.12.2,);";

public static Logger logger;
Expand Down

0 comments on commit c6aa19c

Please sign in to comment.