diff --git a/Cargo.lock b/Cargo.lock index 1b3cd9bfa..4d3e33ee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8936,7 +8936,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "voting-verifier" -version = "0.1.0" +version = "0.2.0" dependencies = [ "axelar-wasm-std", "axelar-wasm-std-derive", diff --git a/Cargo.toml b/Cargo.toml index 5f21ff8fa..355745514 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ axelar-wasm-std = { version = "^0.1.0", path = "packages/axelar-wasm-std" } axelar-wasm-std-derive = { version = "^0.1.0", path = "packages/axelar-wasm-std-derive" } integration-tests = { version = "^0.1.0", path = "integration-tests" } itertools = "0.11.0" -voting-verifier = { version = "^0.1.0", path = "contracts/voting-verifier" } +voting-verifier = { version = "^0.2.0", path = "contracts/voting-verifier" } coordinator = { version = "^0.1.0", path = "contracts/coordinator" } multisig = { version = "^0.1.1", path = "contracts/multisig" } multisig-prover = { version = "^0.2.0", path = "contracts/multisig-prover" } diff --git a/contracts/voting-verifier/Cargo.toml b/contracts/voting-verifier/Cargo.toml index 800ef8d6f..23238b08d 100644 --- a/contracts/voting-verifier/Cargo.toml +++ b/contracts/voting-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voting-verifier" -version = "0.1.0" +version = "0.2.0" rust-version = { workspace = true } edition = "2021" description = "Voting verifier contract"