From 09f22bd9bd300dcc08d30d53866ac99979e3bee4 Mon Sep 17 00:00:00 2001 From: Tony Giorgio Date: Wed, 6 Sep 2023 11:37:08 -0500 Subject: [PATCH] Bump to 0.4.16 --- mutiny-core/Cargo.toml | 2 +- mutiny-wasm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mutiny-core/Cargo.toml b/mutiny-core/Cargo.toml index e4bf1ffed..af20e19a0 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.15" +version = "0.4.16" 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 39cdd3fd5..09882b40d 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.15" +version = "0.4.16" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] forced-target = "wasm32-unknown-unknown"