From 10ea76e6262088dc6206e9008c74ff70a689b7b6 Mon Sep 17 00:00:00 2001 From: benthecarman Date: Tue, 24 Oct 2023 20:35:47 -0500 Subject: [PATCH] Bump version to v0.4.25 --- 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 e402fdd5e..b7faa0964 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.24" +version = "0.4.25" 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 7bfb913aa..22848718d 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.24" +version = "0.4.25" edition = "2021" authors = ["Tony Giorgio ", "benthecarman "] forced-target = "wasm32-unknown-unknown"