Skip to content

Commit

Permalink
chore: release coordinator 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelar DevOps committed Jun 24, 2024
1 parent c22bea5 commit d7646eb
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 @@ -20,7 +20,7 @@ axelar-wasm-std-derive = { version = "^0.1.0", path = "packages/axelar-wasm-std-
integration-tests = { version = "^0.1.0", path = "integration-tests" }
itertools = "0.11.0"
voting-verifier = { version = "^0.5.0", path = "contracts/voting-verifier" }
coordinator = { version = "^0.1.2", path = "contracts/coordinator" }
coordinator = { version = "^0.2.0", path = "contracts/coordinator" }
multisig = { version = "^0.4.0", path = "contracts/multisig" }
multisig-prover = { version = "^0.6.0", path = "contracts/multisig-prover" }
num-traits = { version = "0.2.14", default-features = false }
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 = "0.1.2"
version = "0.2.0"
rust-version = { workspace = true }
edition = "2021"
description = "Amplifier info aggregation for external use, alongside contract management, instantiation and migration"
Expand Down

0 comments on commit d7646eb

Please sign in to comment.