From c056269f0eebd9633c8a244e733402efd608a2b1 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Tue, 5 Apr 2022 15:37:38 +0100 Subject: [PATCH] Tagging release contracts --- Cargo.lock | 2 +- contracts/mixnet/Cargo.toml | 2 +- contracts/vesting/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ac7e05cddf..39552decd0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6052,7 +6052,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "vesting-contract" -version = "1.0.0-rc.1" +version = "1.0.0" dependencies = [ "config", "cosmwasm-std", diff --git a/contracts/mixnet/Cargo.toml b/contracts/mixnet/Cargo.toml index 59f04c9406..c7214c9d62 100644 --- a/contracts/mixnet/Cargo.toml +++ b/contracts/mixnet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mixnet-contract" -version = "1.0.0-rc.1" +version = "1.0.0" authors = ["Dave Hrycyszyn "] edition = "2021" diff --git a/contracts/vesting/Cargo.toml b/contracts/vesting/Cargo.toml index 1d0799e596..c11f8b8f65 100644 --- a/contracts/vesting/Cargo.toml +++ b/contracts/vesting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vesting-contract" -version = "1.0.0-rc.1" +version = "1.0.0" authors = ["Drazen Urch "] edition = "2021"