diff --git a/Cargo.toml b/Cargo.toml index fff0ff4..d17e188 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ sha2 = "0.10.6" thiserror = "1.0.35" url = { version = "2.2.2", features = ["serde"] } uuid = { version = "1.1.2", features = ["serde"] } -valence_nbt = "0.3.0" +valence_nbt = "0.4.0" vek = "0.15.8" [dependencies.tokio] diff --git a/valence_nbt/Cargo.toml b/valence_nbt/Cargo.toml index 9db85c7..2c94557 100644 --- a/valence_nbt/Cargo.toml +++ b/valence_nbt/Cargo.toml @@ -6,7 +6,7 @@ repository = "https://github.com/valence-rs/valence/tree/main/valence_nbt" readme = "README.md" license = "MIT" keywords = ["nbt", "minecraft", "serialization"] -version = "0.3.0" +version = "0.4.0" authors = ["Ryan Johnson "] edition = "2021"