Skip to content

Commit 3e2e149

Browse files
committed
bump version for release
1 parent 3942580 commit 3e2e149

File tree

17 files changed

+32
-32
lines changed

17 files changed

+32
-32
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
33
build = "build.rs"
44
edition = "2018"
55
name = "nodle-chain"
6-
version = "2.0.12"
6+
version = "2.0.13"
77

88
[[bin]]
99
name = "nodle-chain"

pallets/allocations/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-allocations"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
authors = ['Eliott Teissonniere <git.eliott@teissonniere.org>']
55
edition = "2018"
66
description = "A pallet to handle the Proof Of Connectivity allocations rewards"

pallets/amendments/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-amendments"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2018"
66
description = "A pallet to let precise modules amend the state of the chain"

pallets/emergency-shutdown/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-emergency-shutdown"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2018"
66

pallets/grants/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.12"
5+
version = "2.0.13"
66
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
77
edition = "2018"
88

pallets/poa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-poa"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2018"
66

pallets/reserve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-reserve"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2018"
66

pallets/root-of-trust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-root-of-trust"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
authors = ['Eliott Teissonniere <git.eliott@teissonniere.org>']
55
edition = "2018"
66
description = "This pallet implements a distributed Root Of Trust for Certification Authorities"

pallets/root-of-trust/rpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-root-of-trust-rpc"
3-
version = "2.0.12"
3+
version = "2.0.13"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)