Skip to content

Commit

Permalink
bump mod version to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Space Walker committed Jul 21, 2022
1 parent 4ad984e commit cb7227a
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 @@ -7,7 +7,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.6

# Mod Properties
mod_version=1.2.2
mod_version=1.3.0
maven_group=block-event-separator
archives_base_name=block-event-separator

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class BlockEventSeparatorMod implements ModInitializer {

public static final String MOD_ID = "block-event-separator";
public static final String MOD_NAME = "Block Event Separator";
public static final String MOD_VERSION = "1.2.2";
public static final String MOD_VERSION = "1.3.0";
public static final Logger LOGGER = LoggerFactory.getLogger(MOD_NAME);

private static final List<Runnable> SERVER_SEPARATION_MODE_LISTENERS = new LinkedList<>();
Expand Down

0 comments on commit cb7227a

Please sign in to comment.