From 605ff47aa36ee040ecf634cedeeb0c8f4d805c19 Mon Sep 17 00:00:00 2001 From: Axelar DevOps Date: Wed, 24 Apr 2024 18:25:19 +0000 Subject: [PATCH] chore: release aggregate-verifier 0.1.1 [skip ci] --- Cargo.lock | 2 +- Cargo.toml | 2 +- contracts/aggregate-verifier/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fab92ec19..f35a90234 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -75,7 +75,7 @@ dependencies = [ [[package]] name = "aggregate-verifier" -version = "0.1.0" +version = "0.1.1" dependencies = [ "axelar-wasm-std", "axelar-wasm-std-derive", diff --git a/Cargo.toml b/Cargo.toml index aa5ae9077..33af6b27d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ multisig = { version = "^0.1.0", path = "contracts/multisig" } multisig-prover = { version = "^0.1.0", path = "contracts/multisig-prover" } num-traits = { version = "0.2.14", default-features = false } service-registry = { version = "^0.1.0", path = "contracts/service-registry" } -aggregate-verifier = { version = "^0.1.0", path = "contracts/aggregate-verifier" } +aggregate-verifier = { version = "^0.1.1", path = "contracts/aggregate-verifier" } gateway = { version = "^0.1.0", path = "contracts/gateway" } gateway-api = { version = "^0.1.0", path = "packages/gateway-api" } router-api = { version = "^0.1.0", path = "packages/router-api" } diff --git a/contracts/aggregate-verifier/Cargo.toml b/contracts/aggregate-verifier/Cargo.toml index 16cb3d550..9d0ddfde0 100644 --- a/contracts/aggregate-verifier/Cargo.toml +++ b/contracts/aggregate-verifier/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggregate-verifier" -version = "0.1.0" +version = "0.1.1" rust-version = { workspace = true } edition = "2021" description = "Aggregate verifier contract"