diff --git a/Cargo.lock b/Cargo.lock index 91830435..684039c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -288,7 +288,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "mchprs" -version = "0.2.0" +version = "0.3.0" dependencies = [ "backtrace 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)", "bincode 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 43a7e884..1924cb16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mchprs" -version = "0.2.0" +version = "0.3.0" authors = ["StackDoubleFlow "] edition = "2018" description = "A multithreaded minecraft server built for redstone."