Skip to content

Commit

Permalink
bump crate versions to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed Mar 12, 2024
1 parent 0135dfa commit 3f7e9b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-subspace"
version = "1.2.0"
version = "1.3.0"
description = "A fresh FRAME-based Substrate node, ready for hacking."
authors = ["Substrate DevHub <https://github.com/substrate-developer-hub>"]
homepage = "https://substrate.io/"
Expand Down Expand Up @@ -68,7 +68,7 @@ frame-benchmarking.workspace = true
frame-benchmarking-cli.workspace = true

# Local Dependencies
node-subspace-runtime = { version = "^1.2.0", path = "../runtime" }
node-subspace-runtime = { version = "^1.3.0", path = "../runtime" }

# CLI-specific dependencies
try-runtime-cli = { workspace = true, optional = true }
Expand Down
2 changes: 1 addition & 1 deletion pallets/subspace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-subspace"
version = "1.2.0"
version = "1.3.0"
description = "FRAME pallet for runtime logic of Subspace Blockchain."
authors = ["Commune Nucleus Team"]
homepage = "https://commune.com"
Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-subspace-runtime"
version = "1.2.0"
version = "1.3.0"
description = "A Substrate node for commune-ai"
authors = [
"Sal Vivona <https://github.com/salvivona>",
Expand Down

0 comments on commit 3f7e9b6

Please sign in to comment.