From f3cff902ba3452a0015cf5432fc4f84875e9ba31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jon=20H=C3=A4ggblad?= Date: Wed, 8 Mar 2023 09:21:27 +0100 Subject: [PATCH] Bump nym-vesting-contract to 1.2.0-pre.1 --- Cargo.lock | 2 +- contracts/vesting/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 11e2398e09..deea16daeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4004,7 +4004,7 @@ dependencies = [ [[package]] name = "nym-vesting-contract" -version = "1.2.0-pre.0" +version = "1.2.0-pre.1" dependencies = [ "cosmwasm-std", "cw-storage-plus", diff --git a/contracts/vesting/Cargo.toml b/contracts/vesting/Cargo.toml index 3ed2e186c9..4c72da5a4e 100644 --- a/contracts/vesting/Cargo.toml +++ b/contracts/vesting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nym-vesting-contract" -version = "1.2.0-pre.0" +version = "1.2.0-pre.1" description = "Nym vesting contract" edition = { workspace = true } authors = { workspace = true }