Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brachy84 committed Jul 14, 2022
1 parent 6a8d532 commit 8c4206f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
org.gradle.jvmargs = -Xmx3G

# Mod Information
mod_version = 1.0.3
mod_version = 1.0.4
maven_group = com.cleanroommc.bogosorter
archives_base_name = bogosorter

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cleanroommc/bogosorter/BogoSorter.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class BogoSorter {

public static final String ID = "bogosorter";
public static final String NAME = "Inventory Bogo Sorter";
public static final String VERSION = "1.0.3";
public static final String VERSION = "1.0.4";

public static final Logger LOGGER = LogManager.getLogger(ID);

Expand Down

0 comments on commit 8c4206f

Please sign in to comment.