Skip to content

Commit 7e2d884

Browse files
committed
bump version for release
1 parent 0ec18e9 commit 7e2d884

File tree

18 files changed

+34
-34
lines changed

18 files changed

+34
-34
lines changed

Cargo.lock

Lines changed: 17 additions & 17 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.13"
6+
version = "2.0.14"
77

88
[package.metadata.wasm-pack.profile.release]
99
# `wasm-opt` has some problems on linux, see

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.13"
3+
version = "2.0.14"
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.13"
3+
version = "2.0.14"
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.13"
3+
version = "2.0.14"
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.13"
5+
version = "2.0.14"
66
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
77
edition = "2018"
88

pallets/mandate/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-mandate"
3-
version = "2.0.8"
3+
version = "2.0.14"
44
authors = ["Eliott Teissonniere <git.eliott@teissonniere.org>"]
55
edition = "2018"
66

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.13"
3+
version = "2.0.14"
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.13"
3+
version = "2.0.14"
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.13"
3+
version = "2.0.14"
44
authors = ['Eliott Teissonniere <git.eliott@teissonniere.org>']
55
edition = "2018"
66
description = "This pallet implements a distributed Root Of Trust for Certification Authorities"

0 commit comments

Comments
 (0)