Skip to content

Commit

Permalink
chore: release coordinator 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
interoplabs-ci committed Nov 19, 2024
1 parent 1779251 commit 61df5f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ axelar-wasm-std-derive = { version = "^1.0.0", path = "packages/axelar-wasm-std-
axelarnet-gateway = { version = "^1.0.0", path = "contracts/axelarnet-gateway" }
bcs = "0.1.5"
client = { version = "^1.0.0", path = "packages/client" }
coordinator = { version = "^1.0.0", path = "contracts/coordinator" }
coordinator = { version = "^1.1.0", path = "contracts/coordinator" }
cosmwasm-schema = "1.5.5"
cosmwasm-std = "1.5.5"
cw-multi-test = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion contracts/coordinator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coordinator"
version = "1.0.0"
version = "1.1.0"
rust-version = { workspace = true }
edition = { workspace = true }
description = "Amplifier info aggregation for external use, alongside contract management, instantiation and migration"
Expand Down

0 comments on commit 61df5f0

Please sign in to comment.