Skip to content

Commit

Permalink
chore: bump ibc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Oct 19, 2023
1 parent ffabe6e commit a8fcb3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions crates/ibc-query/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc-query"
version = "0.46.0"
version = "0.47.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -18,7 +18,7 @@ default = ["std"]
std = ["ibc-proto/std", "ibc/std"]

[dependencies]
ibc = { version = "0.46.0", path = "../ibc", default-features = false }
ibc = { version = "0.47.0", path = "../ibc", default-features = false }
ibc-proto = { version = "0.37.1", default-features = false, features = ["server"] }
displaydoc = { version = "0.2", default-features = false }
tonic = "0.10"
2 changes: 1 addition & 1 deletion crates/ibc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ibc"
version = "0.46.0"
version = "0.47.0"
edition = "2021"
license = "Apache-2.0"
readme = "README.md"
Expand Down

0 comments on commit a8fcb3c

Please sign in to comment.