From 96186e27ac7ebb178431a8fc2090f554bad5cb4f Mon Sep 17 00:00:00 2001 From: Eliott Teissonniere Date: Wed, 13 Oct 2021 13:37:11 +0200 Subject: [PATCH] bump version for release --- Cargo.lock | 32 +++++++++---------- executor/Cargo.toml | 2 +- node/Cargo.toml | 2 +- pallets/allocations/Cargo.toml | 2 +- pallets/amendments/Cargo.toml | 2 +- pallets/emergency-shutdown/Cargo.toml | 2 +- pallets/grants/Cargo.toml | 2 +- pallets/nodle-staking/Cargo.toml | 2 +- pallets/poa/Cargo.toml | 2 +- pallets/reserve/Cargo.toml | 2 +- pallets/root-of-trust/Cargo.toml | 2 +- pallets/root-of-trust/rpc/Cargo.toml | 2 +- .../root-of-trust/rpc/runtime-api/Cargo.toml | 2 +- pallets/tcr/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- support/Cargo.toml | 2 +- 17 files changed, 32 insertions(+), 32 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5193b483fa3..37e90221065 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3598,7 +3598,7 @@ dependencies = [ [[package]] name = "nodle-chain" -version = "2.0.11" +version = "2.0.12" dependencies = [ "env_logger 0.9.0", "frame-benchmarking", @@ -3655,7 +3655,7 @@ dependencies = [ [[package]] name = "nodle-chain-executor" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "nodle-chain-primitives", @@ -3671,7 +3671,7 @@ dependencies = [ [[package]] name = "nodle-chain-primitives" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-system", "parity-scale-codec", @@ -3682,7 +3682,7 @@ dependencies = [ [[package]] name = "nodle-chain-runtime" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "frame-executive", @@ -3747,7 +3747,7 @@ dependencies = [ [[package]] name = "nodle-support" -version = "2.0.11" +version = "2.0.12" [[package]] name = "nodrop" @@ -3908,7 +3908,7 @@ dependencies = [ [[package]] name = "pallet-allocations" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "frame-support", @@ -3926,7 +3926,7 @@ dependencies = [ [[package]] name = "pallet-amendments" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "frame-support", @@ -4114,7 +4114,7 @@ dependencies = [ [[package]] name = "pallet-emergency-shutdown" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "frame-support", @@ -4152,7 +4152,7 @@ dependencies = [ [[package]] name = "pallet-grants" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "frame-support", @@ -4238,7 +4238,7 @@ dependencies = [ [[package]] name = "pallet-nodle-staking" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "frame-support", @@ -4278,7 +4278,7 @@ dependencies = [ [[package]] name = "pallet-poa" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-support", "frame-system", @@ -4307,7 +4307,7 @@ dependencies = [ [[package]] name = "pallet-reserve" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "frame-support", @@ -4324,7 +4324,7 @@ dependencies = [ [[package]] name = "pallet-root-of-trust" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "frame-support", @@ -4341,7 +4341,7 @@ dependencies = [ [[package]] name = "pallet-root-of-trust-rpc" -version = "2.0.11" +version = "2.0.12" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -4355,7 +4355,7 @@ dependencies = [ [[package]] name = "pallet-root-of-trust-runtime-api" -version = "2.0.11" +version = "2.0.12" dependencies = [ "parity-scale-codec", "sp-api", @@ -4421,7 +4421,7 @@ dependencies = [ [[package]] name = "pallet-tcr" -version = "2.0.11" +version = "2.0.12" dependencies = [ "frame-benchmarking", "frame-support", diff --git a/executor/Cargo.toml b/executor/Cargo.toml index d74f88560de..24266042bb2 100644 --- a/executor/Cargo.toml +++ b/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodle-chain-executor" -version = "2.0.11" +version = "2.0.12" authors = ["Eliott Teissonniere "] edition = "2018" diff --git a/node/Cargo.toml b/node/Cargo.toml index db5f8674338..328a1fbe3b5 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Eliott Teissonniere "] build = "build.rs" edition = "2018" name = "nodle-chain" -version = "2.0.11" +version = "2.0.12" [[bin]] name = "nodle-chain" diff --git a/pallets/allocations/Cargo.toml b/pallets/allocations/Cargo.toml index ecd39cbed1b..b691ebb87d5 100644 --- a/pallets/allocations/Cargo.toml +++ b/pallets/allocations/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-allocations" -version = "2.0.11" +version = "2.0.12" authors = ['Eliott Teissonniere '] edition = "2018" description = "A pallet to handle the Proof Of Connectivity allocations rewards" diff --git a/pallets/amendments/Cargo.toml b/pallets/amendments/Cargo.toml index b51b0713a88..b76c0a5ccd8 100644 --- a/pallets/amendments/Cargo.toml +++ b/pallets/amendments/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-amendments" -version = "2.0.11" +version = "2.0.12" authors = ["Eliott Teissonniere "] edition = "2018" description = "A pallet to let precise modules amend the state of the chain" diff --git a/pallets/emergency-shutdown/Cargo.toml b/pallets/emergency-shutdown/Cargo.toml index baa8f3915a9..0dc60e9d4ad 100644 --- a/pallets/emergency-shutdown/Cargo.toml +++ b/pallets/emergency-shutdown/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-emergency-shutdown" -version = "2.0.11" +version = "2.0.12" authors = ["Eliott Teissonniere "] edition = "2018" diff --git a/pallets/grants/Cargo.toml b/pallets/grants/Cargo.toml index 9308f67c7cb..68f6edbae1a 100644 --- a/pallets/grants/Cargo.toml +++ b/pallets/grants/Cargo.toml @@ -2,7 +2,7 @@ name = "pallet-grants" description = "Provides scheduled balance locking mechanism, in a *graded vesting* way." license = "Apache-2.0" -version = "2.0.11" +version = "2.0.12" authors = ["Eliott Teissonniere "] edition = "2018" diff --git a/pallets/nodle-staking/Cargo.toml b/pallets/nodle-staking/Cargo.toml index f905fb2a2b8..d30e99337f9 100644 --- a/pallets/nodle-staking/Cargo.toml +++ b/pallets/nodle-staking/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-nodle-staking" -version = "2.0.11" +version = "2.0.12" authors = ['Eliott Teissonniere , R.RajeshKumar '] edition = "2018" description = "nodle's custome staking pallet, use a non inflationary reward system" diff --git a/pallets/poa/Cargo.toml b/pallets/poa/Cargo.toml index 76ce1706705..134dba1818d 100644 --- a/pallets/poa/Cargo.toml +++ b/pallets/poa/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-poa" -version = "2.0.11" +version = "2.0.12" authors = ["Eliott Teissonniere "] edition = "2018" diff --git a/pallets/reserve/Cargo.toml b/pallets/reserve/Cargo.toml index 0cff2c27d8a..154cb07edd9 100644 --- a/pallets/reserve/Cargo.toml +++ b/pallets/reserve/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-reserve" -version = "2.0.11" +version = "2.0.12" authors = ["Eliott Teissonniere "] edition = "2018" diff --git a/pallets/root-of-trust/Cargo.toml b/pallets/root-of-trust/Cargo.toml index edfe6d5a8c9..acaad229543 100644 --- a/pallets/root-of-trust/Cargo.toml +++ b/pallets/root-of-trust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-root-of-trust" -version = "2.0.11" +version = "2.0.12" authors = ['Eliott Teissonniere '] edition = "2018" description = "This pallet implements a distributed Root Of Trust for Certification Authorities" diff --git a/pallets/root-of-trust/rpc/Cargo.toml b/pallets/root-of-trust/rpc/Cargo.toml index 97175a2fb8d..c0bc01f33a4 100644 --- a/pallets/root-of-trust/rpc/Cargo.toml +++ b/pallets/root-of-trust/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-root-of-trust-rpc" -version = "2.0.11" +version = "2.0.12" authors = ["Eliott Teissonniere "] edition = "2018" diff --git a/pallets/root-of-trust/rpc/runtime-api/Cargo.toml b/pallets/root-of-trust/rpc/runtime-api/Cargo.toml index bc8ce6d2a16..d95bc4b96ee 100644 --- a/pallets/root-of-trust/rpc/runtime-api/Cargo.toml +++ b/pallets/root-of-trust/rpc/runtime-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-root-of-trust-runtime-api" -version = "2.0.11" +version = "2.0.12" authors = ["Eliott Teissonniere "] edition = "2018" diff --git a/pallets/tcr/Cargo.toml b/pallets/tcr/Cargo.toml index c6d371c146a..dd7fec94abd 100644 --- a/pallets/tcr/Cargo.toml +++ b/pallets/tcr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-tcr" -version = "2.0.11" +version = "2.0.12" authors = ['Eliott Teissonniere '] edition = "2018" description = "A Token Curated Registry module for Substrate" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 704cd02b017..a09f9a37544 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nodle-chain-primitives" -version = "2.0.11" +version = "2.0.12" authors = ["Eliott Teissonniere "] edition = "2018" diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index d693f865285..753cdf1ef6e 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Eliott Teissonniere "] edition = "2018" name = "nodle-chain-runtime" -version = "2.0.11" +version = "2.0.12" [features] default = ["std"] diff --git a/support/Cargo.toml b/support/Cargo.toml index 61f94dc9b6f..fc2820c24a8 100644 --- a/support/Cargo.toml +++ b/support/Cargo.toml @@ -2,4 +2,4 @@ authors = ["Eliott Teissonniere "] edition = "2018" name = "nodle-support" -version = "2.0.11" \ No newline at end of file +version = "2.0.12" \ No newline at end of file