Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.10.2-forge' into 1.7.10-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Dec 20, 2023
2 parents c1acaae + b498955 commit 7fafb79
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 @@ -24,7 +24,7 @@ repositories {
}
}

String umcVersion = "1.1.4"
String umcVersion = "1.2.0"
if (!"release".equalsIgnoreCase(System.getProperty("target"))) {
try {
umcVersion += "-" + 'git rev-parse --verify --short=7 HEAD'.execute().text.trim()
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/cam72cam/mod/ModCore.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
public class ModCore {
public static final String MODID = "universalmodcore";
public static final String NAME = "UniversalModCore";
public static final String VERSION = "1.1.4";
public static final String VERSION = "1.2.0";
public static ModCore instance;

private List<Mod> mods = new ArrayList<>();
Expand Down

0 comments on commit 7fafb79

Please sign in to comment.