Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cam72cam committed Dec 22, 2023
1 parent f1573ee commit 3fc7f9d
Show file tree
Hide file tree
Showing 3 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 {
}
}

String umcVersion = "1.2.0"
String umcVersion = "1.2.1"
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 @@ -49,7 +49,7 @@
public class ModCore {
public static final String MODID = "universalmodcore";
public static final String NAME = "UniversalModCore";
public static final String VERSION = "1.2.0";
public static final String VERSION = "1.2.1";
public static ModCore instance;

private List<Mod> mods = new ArrayList<>();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/mcmod.info
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"modid": "universalmodcore",
"name": "UniversalModCore",
"description": "Universal Mod Core",
"version": "1.2.0",
"version": "1.2.1",
"mcversion": "1.12.2",
"url": "",
"updateUrl": "",
Expand Down

0 comments on commit 3fc7f9d

Please sign in to comment.