diff --git a/Cargo.toml b/Cargo.toml index 256d20d..7379805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ members = [ ] [workspace.package] -version = "0.6.1" +version = "0.6.2" authors = [ "Cavey Cool ", "Tracy " diff --git a/sdk/README.md b/sdk/README.md index 09788c6..be8a1e0 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -9,7 +9,7 @@ Available on [crates.io](https://crates.io/crates/shadow-drive-rust). Add the crate to your `Cargo.toml`. ```toml -shadow-drive-rust = "0.6.1" +shadow-drive-rust = "0.6.2" ``` ### Examples