From 0a706e4953ca560b23b45c4ad4bceb22296a9270 Mon Sep 17 00:00:00 2001 From: Aleksandr Pismenskiy Date: Thu, 4 Apr 2024 15:31:20 +0300 Subject: [PATCH] bumped affected contract's versions --- Cargo.lock | 2 +- packages/neutron-subdao-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d60e1c6a..606bf494 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1782,7 +1782,7 @@ dependencies = [ [[package]] name = "neutron-subdao-core" -version = "0.1.0" +version = "0.1.1" dependencies = [ "cosmwasm-schema", "cosmwasm-std", diff --git a/packages/neutron-subdao-core/Cargo.toml b/packages/neutron-subdao-core/Cargo.toml index 7e587e37..abdc2412 100644 --- a/packages/neutron-subdao-core/Cargo.toml +++ b/packages/neutron-subdao-core/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "Apache-2.0" name = "neutron-subdao-core" repository = "https://github.com/neutron/neutron-dao" -version = "0.1.0" +version = "0.1.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html