Skip to content

Commit

Permalink
up version to 2.01
Browse files Browse the repository at this point in the history
  • Loading branch information
Artamedes committed May 15, 2020
1 parent 7679b7b commit cb4db4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/me/ionar/salhack/SalHackMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
public final class SalHackMod
{
public static final String NAME = "SalHack";
public static final String VERSION = "2.0";
public static final String VERSION = "2.01";

public static final Logger log = LogManager.getLogger("sal");

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": "salhack",
"name": "SalHack",
"description": "SalHack utility mod.",
"version": "1.3",
"version": "2.01",
"mcversion": "1.12.2",
"url": "http://salhack.dev",
"updateUrl": "http://salhack.dev",
Expand Down

0 comments on commit cb4db4a

Please sign in to comment.