Skip to content

Commit

Permalink
chore: release interchain-token-service 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
interoplabs-ci committed Jan 23, 2025
1 parent ceab79e commit f7fb035
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 @@ -50,7 +50,7 @@ goldie = { version = "0.5" }
heck = "0.5.0"
hex = "0.4.3"
integration-tests = { version = "^1.0.0", path = "integration-tests" }
interchain-token-service = { version = "^1.0.0", path = "contracts/interchain-token-service" }
interchain-token-service = { version = "^1.1.0", path = "contracts/interchain-token-service" }
into-inner-derive = { version = "^1.0.0", path = "packages/into-inner-derive" }
itertools = "0.11.0"
k256 = { version = "0.13.1", features = ["ecdsa"] }
Expand Down
2 changes: 1 addition & 1 deletion contracts/interchain-token-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "interchain-token-service"
version = "1.0.0"
version = "1.1.0"
rust-version = { workspace = true }
edition = { workspace = true }

Expand Down

0 comments on commit f7fb035

Please sign in to comment.