From 793085a82117c65011ab9fba0883c9cb641593d1 Mon Sep 17 00:00:00 2001 From: Jake Hartnell Date: Tue, 26 Mar 2024 14:43:55 +0100 Subject: [PATCH] Post rebase fixups --- Cargo.lock | 4 ++-- contracts/external/cw-bounties/schema/cw-bounties.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 76f472a38..654a3d463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -679,7 +679,7 @@ dependencies = [ [[package]] name = "cw-bounties" -version = "2.4.0" +version = "2.4.1" dependencies = [ "anyhow", "cosmwasm-schema", @@ -687,7 +687,7 @@ dependencies = [ "cw-denom", "cw-multi-test", "cw-ownable", - "cw-paginate-storage 2.4.0", + "cw-paginate-storage 2.4.1", "cw-storage-plus 1.2.0", "cw-utils 1.0.3", "cw2 1.1.2", diff --git a/contracts/external/cw-bounties/schema/cw-bounties.json b/contracts/external/cw-bounties/schema/cw-bounties.json index 9b6d695f9..d59ebb448 100644 --- a/contracts/external/cw-bounties/schema/cw-bounties.json +++ b/contracts/external/cw-bounties/schema/cw-bounties.json @@ -1,6 +1,6 @@ { "contract_name": "cw-bounties", - "contract_version": "2.4.0", + "contract_version": "2.4.1", "idl_version": "1.0.0", "instantiate": { "$schema": "http://json-schema.org/draft-07/schema#",