Skip to content

Commit

Permalink
Updated mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkenJaden committed Sep 28, 2024
1 parent cc247f3 commit 4215047
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.2
1.3.3
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.2";
public static final String VERSION = "1.3.3";

@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.2",
"version": "1.3.3",
"dependencies": {}
},
"umc": {
Expand Down

0 comments on commit 4215047

Please sign in to comment.