From d791acbee5459c500cb3577e0db0c94fea647db6 Mon Sep 17 00:00:00 2001 From: Thomas van Dam Date: Tue, 21 Jan 2025 16:26:12 +0100 Subject: [PATCH] chore: bump version to v0.5.0 We keep the minor version the same between the various components to make it easier to see which should work with what. --- Cargo.lock | 2 +- contract/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f341910..4cafdb2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -975,7 +975,7 @@ dependencies = [ [[package]] name = "seda-contract" -version = "0.3.2" +version = "0.5.0" dependencies = [ "cosmwasm-schema", "cosmwasm-std", diff --git a/contract/Cargo.toml b/contract/Cargo.toml index 8cd4782..05984f4 100644 --- a/contract/Cargo.toml +++ b/contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "seda-contract" -version = "0.3.2" +version = "0.5.0" edition.workspace = true rust-version.workspace = true