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