Skip to content

Commit

Permalink
2.0.6 (#334)
Browse files Browse the repository at this point in the history
* bump network id

* bump crate versions
  • Loading branch information
ETeissonniere authored May 11, 2021
1 parent cf57289 commit bd7e9dc
Show file tree
Hide file tree
Showing 17 changed files with 31 additions and 31 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.4"
version = "2.0.6"
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.4"
version = "2.0.6"

[[bin]]
name = "nodle-chain"
Expand Down
2 changes: 1 addition & 1 deletion node/res/main.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nodle Chain Network",
"id": "nodle_chain_main_phoenix_3",
"id": "nodle_chain_main_phoenix_4",
"chainType": "Live",
"bootNodes": [
"/ip4/35.225.108.86/tcp/30333/p2p/12D3KooWRGndWiTnB9XkpJ4x1efJbmGNLybeCVNRNG1jxGTt6Fex",
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"
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.4"
version = "2.0.6"

[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.4"
version = "2.0.6"

0 comments on commit bd7e9dc

Please sign in to comment.