Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher committed Apr 17, 2020
1 parent 57f34ea commit 8ed0a5c
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions 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 @@ -4,7 +4,7 @@ path = "src/main.rs"

[package]
name = "darwinia"
version = "0.5.2"
version = "0.5.3"
authors = ["Darwinia Network <[email protected]>"]
description = "Darwinia node implementation in Rust"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-cli"
version = "0.5.2"
version = "0.5.3"
authors = ["Darwinia Network <[email protected]>"]
description = "Darwinia Client Node"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-primitives"
version = "0.5.2"
version = "0.5.3"
authors = ["Darwinia Network <[email protected]>"]
description = "Darwinia node runtime primitives"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-rpc"
version = "0.5.2"
version = "0.5.3"
authors = ["Darwinia Network <[email protected]>"]
description = "Darwinia node rpc"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-runtime-common"
version = "0.5.2"
version = "0.5.3"
authors = ["Darwinia Network <[email protected]>"]
description = "Darwinia node runtime common"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion runtime/crab/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "crab-runtime"
version = "0.5.2"
version = "0.5.3"
authors = ["Darwinia Network <[email protected]>"]
description = "Darwinia node runtime for Crab network"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-service"
version = "0.5.2"
version = "0.5.3"
authors = ["Darwinia Network <[email protected]>"]
description = "Darwinia node service"
edition = "2018"
Expand Down

0 comments on commit 8ed0a5c

Please sign in to comment.