From d6fe3b04745eda1585d10721026e89a3148246c7 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Wed, 26 Feb 2020 16:36:30 +0000 Subject: [PATCH] Bump to v0.4.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5551e7e9d..8e228635e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 6a73707c4..48ee6d333 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-contract" -version = "0.4.0" +version = "0.4.1" authors = ["Parity Technologies "] build = "build.rs" edition = "2018"