Skip to content

Commit

Permalink
chore: release voting-verifier 0.4.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelar DevOps committed May 28, 2024
1 parent 0505ba1 commit d245e09
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 @@ -19,7 +19,7 @@ axelar-wasm-std = { version = "^0.1.0", path = "packages/axelar-wasm-std" }
axelar-wasm-std-derive = { version = "^0.1.0", path = "packages/axelar-wasm-std-derive" }
integration-tests = { version = "^0.1.0", path = "integration-tests" }
itertools = "0.11.0"
voting-verifier = { version = "^0.3.1", path = "contracts/voting-verifier" }
voting-verifier = { version = "^0.4.0", path = "contracts/voting-verifier" }
coordinator = { version = "^0.1.1", path = "contracts/coordinator" }
multisig = { version = "^0.3.0", path = "contracts/multisig" }
multisig-prover = { version = "^0.5.0", path = "contracts/multisig-prover" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/voting-verifier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "voting-verifier"
version = "0.3.1"
version = "0.4.0"
rust-version = { workspace = true }
edition = "2021"
description = "Voting verifier contract"
Expand Down

0 comments on commit d245e09

Please sign in to comment.