Skip to content

Commit

Permalink
bump versions (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
ETeissonniere authored May 5, 2021
1 parent 33346be commit 42d6565
Show file tree
Hide file tree
Showing 16 changed files with 30 additions and 30 deletions.
30 changes: 15 additions & 15 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 executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nodle-chain-executor"
version = "2.0.1"
version = "2.0.2"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Eliott Teissonniere <[email protected]>"]
build = "build.rs"
edition = "2018"
name = "nodle-chain"
version = "2.0.1"
version = "2.0.2"

[[bin]]
name = "nodle-chain"
Expand Down
2 changes: 1 addition & 1 deletion pallets/allocations/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-allocations"
version = "2.0.1"
version = "2.0.2"
authors = ['Eliott Teissonniere <[email protected]>']
edition = "2018"
description = "A pallet to handle the Proof Of Connectivity allocations rewards"
Expand Down
2 changes: 1 addition & 1 deletion pallets/amendments/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-amendments"
version = "2.0.1"
version = "2.0.2"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"
description = "A pallet to let precise modules amend the state of the chain"
Expand Down
2 changes: 1 addition & 1 deletion pallets/emergency-shutdown/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-emergency-shutdown"
version = "2.0.1"
version = "2.0.2"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion pallets/grants/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
version = "2.0.2"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion pallets/poa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-poa"
version = "2.0.1"
version = "2.0.2"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion pallets/reserve/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-reserve"
version = "2.0.1"
version = "2.0.2"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion pallets/root-of-trust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-root-of-trust"
version = "2.0.1"
version = "2.0.2"
authors = ['Eliott Teissonniere <[email protected]>']
edition = "2018"
description = "This pallet implements a distributed Root Of Trust for Certification Authorities"
Expand Down
2 changes: 1 addition & 1 deletion pallets/root-of-trust/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-root-of-trust-rpc"
version = "2.0.1"
version = "2.0.2"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion pallets/root-of-trust/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-root-of-trust-runtime-api"
version = "2.0.1"
version = "2.0.2"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion pallets/tcr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-tcr"
version = "2.0.1"
version = "2.0.2"
authors = ['Eliott Teissonniere <[email protected]>']
edition = "2018"
description = "A Token Curated Registry module for Substrate"
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nodle-chain-primitives"
version = "2.0.1"
version = "2.0.2"
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"
name = "nodle-chain-runtime"
version = "2.0.1"
version = "2.0.2"

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
authors = ["Eliott Teissonniere <[email protected]>"]
edition = "2018"
name = "nodle-support"
version = "2.0.1"
version = "2.0.2"

0 comments on commit 42d6565

Please sign in to comment.