Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BleachDev committed Nov 29, 2021
1 parent b467059 commit 1679d25
Show file tree
Hide file tree
Showing 2 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 @@ -9,7 +9,7 @@ org.gradle.jvmargs=-Xmx3G
loader_version = 0.12.5

# Mod Properties
mod_version = 1.2.2
mod_version = 1.2.3
maven_group = org.bleachhack
archives_base_name = bleachhack

Expand Down
4 changes: 2 additions & 2 deletions src/main/java/org/bleachhack/BleachHack.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ public class BleachHack implements ModInitializer {

private static BleachHack instance = null;

public static final String VERSION = "1.2.2";
public static final int INTVERSION = 36;
public static final String VERSION = "1.2.3";
public static final int INTVERSION = 37;
public static Watermark watermark;

public static BleachEventBus eventBus;
Expand Down

0 comments on commit 1679d25

Please sign in to comment.