Skip to content

Commit

Permalink
Bump api client version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Jun 21, 2024
1 parent 4511800 commit 1e425ac
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 @@ -33,7 +33,7 @@ members = [
# Our crates
polymesh-api-codegen-macro = { version = "3.4.0", path = "crates/polymesh-api-codegen-macro", default-features = false }
polymesh-api-codegen = { version = "3.4.0", path = "crates/polymesh-api-codegen", default-features = false }
polymesh-api-client = { version = "3.7.0", path = "crates/polymesh-api-client", default-features = false }
polymesh-api-client = { version = "3.7.1", path = "crates/polymesh-api-client", default-features = false }
polymesh-api-client-extras = { version = "3.3.0", path = "crates/polymesh-api-client-extras", default-features = false }
polymesh-api-ink = { version = "1.3.0", path = "crates/polymesh-api-ink", default-features = false }
polymesh-api = { version = "3.7.0", path = "./", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api-client"
version = "3.7.0"
version = "3.7.1"
edition = "2021"
authors = ["Robert G. Jakabosky <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 1e425ac

Please sign in to comment.