diff --git a/mutiny-core/Cargo.toml b/mutiny-core/Cargo.toml index af20e19a0..9f4ec3977 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.4.16" +version = "0.4.17" 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 09882b40d..373c31679 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.4.16" +version = "0.4.17" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] forced-target = "wasm32-unknown-unknown"