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

Commit

Permalink
update to forge1.10.2-12.18.1.2094
Browse files Browse the repository at this point in the history
  • Loading branch information
cyilin committed Sep 27, 2016
1 parent c72f217 commit c50cd54
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 @@ -34,7 +34,7 @@ if (System.getenv("TRAVIS_BUILD_NUMBER") != null) {
}

minecraft {
version = "1.10.2-12.18.1.2046"
version = "1.10.2-12.18.1.2094"
runDir = "run"

// the mappings can be changed at any time, and must be in the following format.
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/zyin/zyinhud/ZyinHUD.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class ZyinHUD {
* </ol>
* If incrementing the Minecraft version, also update "curseFilenameParser" in AddVersionChecker()
*/
public static final String VERSION = "1.5.2";
public static final String VERSION = "1.5.2.0";
/**
* The constant MODID.
*/
Expand All @@ -66,7 +66,7 @@ public class ZyinHUD {

public static final String updateJSON = "https://raw.githubusercontent.com/cyilin/zyinhud-update/master/update.json";

public static final String dependencies = "required-after:Forge@[12.18.1.2046,);";
public static final String dependencies = "required-after:Forge@[12.18.1.2094,);";

/**
* The constant proxy.
Expand Down

0 comments on commit c50cd54

Please sign in to comment.