Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
bump crate version
Browse files Browse the repository at this point in the history
hackfisher committed Apr 7, 2020

Verified

This commit was signed with the committer’s verified signature.
frostming Frost Ming
1 parent 3182ed2 commit 8013ebc
Showing 15 changed files with 28 additions and 28 deletions.
28 changes: 14 additions & 14 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 bin/node-template/node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-template"
version = "0.5.0"
version = "0.5.1"
authors = ["Anonymous"]
edition = "2018"
license = "Unlicense"
2 changes: 1 addition & 1 deletion bin/node-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "node-template-runtime"
version = "0.5.0"
version = "0.5.1"
authors = ["Anonymous"]
edition = "2018"
license = "Unlicense"
2 changes: 1 addition & 1 deletion frame/balances/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-balances"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "FRAME pallet to manage RING"
edition = "2018"
2 changes: 1 addition & 1 deletion frame/chainrelay/eth/backing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-eth-backing"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "FRAME pallet to backing Ethereum assets"
edition = "2018"
2 changes: 1 addition & 1 deletion frame/chainrelay/eth/relay/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-eth-relay"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "FRAME pallet to relay Ethereum headers"
edition = "2018"
2 changes: 1 addition & 1 deletion frame/claims/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-claims"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "FRAME to claim airdrop"
edition = "2018"
2 changes: 1 addition & 1 deletion frame/elections-phragmen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-elections-phragmen"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "FRAME election pallet for PHRAGMEN"
edition = "2018"
2 changes: 1 addition & 1 deletion frame/staking/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-staking"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "FRAME pallet staking"
edition = "2018"
2 changes: 1 addition & 1 deletion frame/support/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-support"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "Support code for Darwinia runtime"
edition = "2018"
2 changes: 1 addition & 1 deletion frame/treasury/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-treasury"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "FRAME pallet to manage treasury"
edition = "2018"
2 changes: 1 addition & 1 deletion frame/vesting/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-vesting"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "FRAME pallet for manage vesting"
edition = "2018"
2 changes: 1 addition & 1 deletion primitives/eth-primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eth-primitives"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "Ethereum primitives for Darwinia Relay"
edition = "2018"
2 changes: 1 addition & 1 deletion primitives/merkle-patricia-trie/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "merkle-patricia-trie"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "Merkle-Patricia Trie (Ethereum Style)"
edition = "2018"
2 changes: 1 addition & 1 deletion primitives/phragmen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "darwinia-phragmen"
version = "0.5.0"
version = "0.5.1"
authors = ["Darwinia Network <[email protected]>"]
description = "PHRAGMENT primitives"
edition = "2018"

0 comments on commit 8013ebc

Please sign in to comment.