Skip to content

Commit

Permalink
Bump versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Neopallium committed Sep 12, 2024
1 parent 1c6dfcf commit d23a34a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api"
version = "3.7.0"
version = "3.8.0"
edition = "2021"
authors = ["Robert G. Jakabosky <[email protected]>"]
license = "Apache-2.0"
Expand Down Expand Up @@ -31,12 +31,12 @@ members = [
## Keep common dependencies here.
[workspace.dependencies]
# 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-codegen-macro = { version = "3.5.0", path = "crates/polymesh-api-codegen-macro", default-features = false }
polymesh-api-codegen = { version = "3.5.0", path = "crates/polymesh-api-codegen", 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-client-extras = { version = "3.4.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 }
polymesh-api = { version = "3.8.0", path = "./", default-features = false }

# Substrate shared deps.
frame-metadata = { version = "=15.1.0", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-client-extras/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api-client-extras"
version = "3.3.0"
version = "3.4.0"
edition = "2021"
authors = ["Robert G. Jakabosky <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-codegen-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api-codegen-macro"
version = "3.4.0"
version = "3.5.0"
edition = "2021"
authors = ["Robert G. Jakabosky <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/polymesh-api-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polymesh-api-codegen"
version = "3.4.0"
version = "3.5.0"
edition = "2021"
authors = ["Robert G. Jakabosky <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit d23a34a

Please sign in to comment.