Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BleachDev committed Jun 4, 2021
1 parent 7382e05 commit d4d5311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ public class BleachHack implements ModInitializer {
private static BleachHack instance = null;
public static Logger logger;

public static final String VERSION = "1.0";
public static final int INTVERSION = 31;
public static final String VERSION = "1.0.1";
public static final int INTVERSION = 32;

public static final EventBus eventBus = new EventBus();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public class BleachHack implements ModInitializer {
private static BleachHack instance = null;
public static Logger logger;

public static final String VERSION = "1.0";
public static final int INTVERSION = 31;
public static final String VERSION = "1.0.1";
public static final int INTVERSION = 32;

public static final EventBus eventBus = new EventBus();

Expand Down

0 comments on commit d4d5311

Please sign in to comment.