Skip to content

Commit

Permalink
Update node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Jan 29, 2024
1 parent 740267d commit 13d0df3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion container-chains/templates/frontier/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build = "build.rs"
description = "Frontier container chain template node"
edition = "2021"
license = "GPL-3.0-only"
version = "0.4.0"
version = "0.4.1"

[dependencies]
async-io = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion container-chains/templates/simple/node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build = "build.rs"
description = "Simple container-chain template node"
edition = "2021"
license = "GPL-3.0-only"
version = "0.4.0"
version = "0.4.1"

[dependencies]
async-io = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build = "build.rs"
description = "Tanssi node implementation"
edition = "2021"
license = "GPL-3.0-only"
version = "0.4.0"
version = "0.4.1"

[dependencies]
async-io = { workspace = true }
Expand Down

0 comments on commit 13d0df3

Please sign in to comment.