Skip to content

Commit

Permalink
chore: release coordinator 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelar DevOps committed Jul 31, 2024
1 parent d0badad commit ec12cd3
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 @@ -21,7 +21,7 @@ axelar-wasm-std-derive = { version = "^1.0.0", path = "packages/axelar-wasm-std-
integration-tests = { version = "^1.0.0", path = "integration-tests" }
itertools = "0.11.0"
voting-verifier = { version = "^0.5.0", path = "contracts/voting-verifier" }
coordinator = { version = "^0.2.0", path = "contracts/coordinator" }
coordinator = { version = "^1.0.0", path = "contracts/coordinator" }
multisig = { version = "^1.0.0", path = "contracts/multisig" }
msgs-derive = { version = "^1.0.0", path = "packages/msgs-derive" }
multisig-prover = { version = "^0.6.0", path = "contracts/multisig-prover" }
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.2.0"
version = "1.0.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 ec12cd3

Please sign in to comment.