From 7a0bc42ec96de0c9f1daf13521291b93820a3a3f Mon Sep 17 00:00:00 2001 From: Interop Labs CI Date: Thu, 12 Sep 2024 20:35:55 +0000 Subject: [PATCH] chore: release ampd 1.1.0 --- Cargo.lock | 2 +- ampd/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba1b70a8e..826227391 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,7 +220,7 @@ dependencies = [ [[package]] name = "ampd" -version = "1.0.0" +version = "1.1.0" dependencies = [ "async-trait", "axelar-wasm-std", diff --git a/ampd/Cargo.toml b/ampd/Cargo.toml index 840134453..9bdb44c9f 100644 --- a/ampd/Cargo.toml +++ b/ampd/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ampd" edition = { workspace = true } -version = "1.0.0" +version = "1.1.0" rust-version = { workspace = true } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html