Skip to content

Commit

Permalink
bump 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KaptainWutax committed Aug 21, 2020
1 parent 421077d commit 64ed3b7
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 @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.9.1+build.205

# Mod Properties
mod_version = 0.2.1-beta
mod_version = 0.2.2-beta
maven_group = kaptainwutax
archives_base_name = seedcracker

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class ClientCommands {
COMMANDS.add(FINDER = new FinderCommand());
COMMANDS.add(DATA = new DataCommand());
COMMANDS.add(CRACKER = new CrackerCommand());
//COMMANDS.add(VERSION = new VersionCommand());
COMMANDS.add(VERSION = new VersionCommand());
}

public static void registerCommands(CommandDispatcher<ServerCommandSource> dispatcher) {
Expand Down

0 comments on commit 64ed3b7

Please sign in to comment.