diff --git a/Cargo.lock b/Cargo.lock index b8b8143bb..9b76f0330 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2551,7 +2551,7 @@ dependencies = [ [[package]] name = "mutiny-core" -version = "0.6.2-rc2" +version = "0.6.2-rc3" dependencies = [ "aes", "aes-gcm", @@ -2618,7 +2618,7 @@ dependencies = [ [[package]] name = "mutiny-wasm" -version = "0.6.2-rc2" +version = "0.6.2-rc3" dependencies = [ "anyhow", "async-trait", diff --git a/mutiny-core/Cargo.toml b/mutiny-core/Cargo.toml index 30253c512..7d9d4db8b 100644 --- a/mutiny-core/Cargo.toml +++ b/mutiny-core/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["per-package-target"] [package] name = "mutiny-core" -version = "0.6.2-rc2" +version = "0.6.2-rc3" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] description = "The core SDK for the mutiny node" diff --git a/mutiny-wasm/Cargo.toml b/mutiny-wasm/Cargo.toml index 1baaf3f53..30731c40c 100644 --- a/mutiny-wasm/Cargo.toml +++ b/mutiny-wasm/Cargo.toml @@ -2,7 +2,7 @@ cargo-features = ["per-package-target"] [package] name = "mutiny-wasm" -version = "0.6.2-rc2" +version = "0.6.2-rc3" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] forced-target = "wasm32-unknown-unknown"