diff --git a/Cargo.toml b/Cargo.toml index 0c64d52..a7df7bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license-file = "LICENSE" readme = "README.md" keywords = ["minecraft", "protocol", "packets", "lightweight"] -version = "0.1.16" +version = "0.1.17" edition = "2021" [dependencies] diff --git a/README.md b/README.md index 3e65c81..5355b2e 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This crate can be used for a server on rust idk -_- ## Setup ```toml -rust_mc_proto = "0.1.16" # stable version +rust_mc_proto = "0.1.17" # stable version rust_mc_proto = { git = "https://github.com/MeexReay/rust_mc_proto" } # unstable version ```