Skip to content

Commit d0a217a

Browse files
author
talentdev219
committed
chore: prepare for releasing 2.0.21 (#638)
1 parent 712ec4a commit d0a217a

File tree

11 files changed

+20
-20
lines changed

11 files changed

+20
-20
lines changed

Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Nodle <[email protected]>", "Parity Technologies <[email protected]>"]
33
build = "build.rs"
44
edition = "2021"
55
name = "nodle-parachain"
6-
version = "2.0.20"
6+
version = "2.0.21"
77

88
[package.metadata.docs.rs]
99
targets = ["x86_64-unknown-linux-gnu"]

pallets/allocations/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-allocations"
3-
version = "2.0.20"
3+
version = "2.0.21"
44
authors = ['Eliott Teissonniere <[email protected]>']
55
edition = "2021"
66
description = "A pallet to handle the Proof Of Connectivity allocations rewards"

pallets/grants/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pallet-grants"
33
description = "Provides scheduled balance locking mechanism, in a *graded vesting* way."
44
license = "Apache-2.0"
5-
version = "2.0.20"
5+
version = "2.0.21"
66
authors = ["Eliott Teissonniere <[email protected]>"]
77
edition = "2021"
88

pallets/mandate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-mandate"
3-
version = "2.0.20"
3+
version = "2.0.21"
44
authors = ["Eliott Teissonniere <[email protected]>"]
55
edition = "2021"
66

pallets/poa/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-poa"
3-
version = "2.0.20"
3+
version = "2.0.21"
44
authors = ["Eliott Teissonniere <[email protected]>"]
55
edition = "2021"
66

pallets/reserve/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-reserve"
3-
version = "2.0.20"
3+
version = "2.0.21"
44
authors = ["Eliott Teissonniere <[email protected]>"]
55
edition = "2021"
66

pallets/staking/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-staking"
3-
version = "2.0.20"
3+
version = "2.0.21"
44
authors = [
55
'Eliott Teissonniere <[email protected]>, R.RajeshKumar <[email protected]>',
66
]

primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "primitives"
3-
version = "2.0.20"
3+
version = "2.0.21"
44
authors = ["Eliott Teissonniere <[email protected]>"]
55
edition = "2021"
66

runtimes/eden/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
authors = ["Eliott Teissonniere <[email protected]>"]
33
edition = "2021"
44
name = "runtime-eden"
5-
version = "2.0.20"
5+
version = "2.0.21"
66

77
[features]
88
default = ["std"]

support/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
authors = ["Eliott Teissonniere <[email protected]>"]
33
edition = "2021"
44
name = "support"
5-
version = "2.0.20"
5+
version = "2.0.21"

0 commit comments

Comments
 (0)