Skip to content

Commit

Permalink
Updated mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkenJaden committed Jan 7, 2024
1 parent 4cb3586 commit 1f9953f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class LandOfSignals extends ModCore.Mod {
public static final String MODID = "landofsignals";
// Current version
@SuppressWarnings("unused")
public static final String VERSION = "1.3.0";
public static final String VERSION = "1.3.1";

@Override
public String modID() {
Expand Down
2 changes: 1 addition & 1 deletion umc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cls": "LandOfSignals",
"name": "LandOfSignals",
"id": "landofsignals",
"version": "1.3.0",
"version": "1.3.1",
"dependencies": {}
},
"umc": {
Expand Down

0 comments on commit 1f9953f

Please sign in to comment.