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"