Skip to content

Commit

Permalink
chore: release router 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelar DevOps committed Aug 22, 2024
1 parent 46cb844 commit d5f0da7
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 @@ -6,7 +6,7 @@ resolver = "2"
rust-version = "1.78.0" # be sure there is an optimizer release supporting this version before updating. See https://github.com/CosmWasm/optimizer

[workspace.dependencies]
router = { version = "^1.0.0", path = "contracts/router" }
router = { version = "^1.0.1", path = "contracts/router" }
cosmwasm-std = "1.5.5"
cosmwasm-schema = "1.5.5"
cw-storage-plus = { version = "1.2.0", features = ["iterator", "macro"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "router"
version = "1.0.0"
version = "1.0.1"
rust-version = { workspace = true }
edition = "2021"
description = "Router contract"
Expand Down

0 comments on commit d5f0da7

Please sign in to comment.