Skip to content

Commit

Permalink
Updated mod version
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkenJaden committed Dec 20, 2023
1 parent cd9f4dd commit f3b0206
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .SUFFIX
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

1 change: 1 addition & 0 deletions .VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.3.0
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.2.0";
public static final String VERSION = "1.3.0";

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

0 comments on commit f3b0206

Please sign in to comment.