Skip to content

Commit

Permalink
Up version to 2.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Artamedes committed May 28, 2020
1 parent 5ffe84e commit 5b09faf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This is required to provide enough memory for the Minecraft decompilation process.
org.gradle.jvmargs=-Xmx3G
modGroup=me.ionar
modVersion=2.04
modVersion=2.05
modBaseName=salhack
forgeVersion=1.12.2-14.23.0.2531
#mcpVersion=snapshot_20170605
Expand Down
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.03";
public static final String VERSION = "2.05";

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": "2.04",
"version": "2.05",
"mcversion": "1.12.2",
"url": "http://salhack.dev",
"updateUrl": "http://salhack.dev",
Expand Down

0 comments on commit 5b09faf

Please sign in to comment.