Skip to content

Commit

Permalink
chore: release axelarnet-gateway 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
interoplabs-ci committed Nov 19, 2024
1 parent 6a1354c commit 8cd8fc2
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 @@ anyhow = "1.0.89"
assert_ok = "1.0"
axelar-wasm-std = { version = "^1.0.0", path = "packages/axelar-wasm-std" }
axelar-wasm-std-derive = { version = "^1.0.0", path = "packages/axelar-wasm-std-derive" }
axelarnet-gateway = { version = "^0.1.0", path = "contracts/axelarnet-gateway" }
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" }
Expand Down
2 changes: 1 addition & 1 deletion contracts/axelarnet-gateway/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "axelarnet-gateway"
version = "0.1.1"
version = "1.0.0"
rust-version = { workspace = true }
edition = { workspace = true }
description = "The Axelarnet Gateway contract allows apps on the Axelar Network to send/receive cross-chain messages to/from other chains."
Expand Down

0 comments on commit 8cd8fc2

Please sign in to comment.