From 14f04767b3c79dd3140ebdf5556c77f46e4ac47f Mon Sep 17 00:00:00 2001 From: benthecarman Date: Wed, 27 Sep 2023 18:57:51 -0500 Subject: [PATCH] Bump version to 0.4.20 --- 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 d5530453f..2371dea78 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.19" +version = "0.4.20" 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 b2a3b33a3..5b650d5ef 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.19" +version = "0.4.20" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] forced-target = "wasm32-unknown-unknown"