Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
BleachDev committed Mar 13, 2022
1 parent 2472f4a commit 29fd879
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ org.gradle.jvmargs=-Xmx3G

minecraft_version = 1.17.1
yarn_mappings = 1.17.1+build.65
loader_version = 0.12.12
loader_version = 0.13.3

# Mod Properties
mod_version = 1.2.5
mod_version = 1.2.6
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 @@ -39,8 +39,8 @@ public class BleachHack implements ModInitializer {

private static BleachHack instance = null;

public static final String VERSION = "1.2.5";
public static final int INTVERSION = 39;
public static final String VERSION = "1.2.6";
public static final int INTVERSION = 40;
public static Watermark watermark;

public static BleachEventBus eventBus;
Expand Down

0 comments on commit 29fd879

Please sign in to comment.