Skip to content

Commit

Permalink
bump version to 0.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Alain Brenzikofer committed Nov 11, 2020
1 parent f29a119 commit 11a30d8
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "encointer-client-teeproxy"
version = "0.6.12-sub2.0.0"
version = "0.6.13-sub2.0.0"
authors = ["Supercomputing Systems AG <info@scs.ch>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion enclave/Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "chain-relay"
version = "0.6.12-sub2.0.0"
version = "0.6.13-sub2.0.0"
dependencies = [
"derive_more",
"finality-grandpa 0.11.2",
Expand Down
2 changes: 1 addition & 1 deletion enclave/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substratee-worker-enclave"
version = "0.6.12-sub2.0.0"
version = "0.6.13-sub2.0.0"
authors = ["Supercomputing Systems AG <info@scs.ch>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion stf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substratee-stf"
version = "0.6.12-sub2.0.0"
version = "0.6.13-sub2.0.0"
authors = ["Supercomputing Systems AG <info@scs.ch>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion substratee-node-primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substratee-node-primitives"
version = "0.6.12-sub2.0.0"
version = "0.6.13-sub2.0.0"
authors = ["clangenbacher <christian.langenbacher@scs.ch>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion worker/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "encointer-worker"
version = "0.6.12-sub2.0.0"
version = "0.6.13-sub2.0.0"
authors = ["Supercomputing Systems AG <info@scs.ch>"]
build = "build.rs"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion worker/src/cli.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "substraTEE-worker"
version: "0.6.12"
version: "0.6.13"
about: Worker using Intel SGX TEE for SubstraTEE-node
authors: "Supercomputing Systems AG <info@scs.ch>"

Expand Down
2 changes: 1 addition & 1 deletion worker/worker-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substratee-worker-api"
version = "0.6.12-sub2.0.0"
version = "0.6.13-sub2.0.0"
authors = ["Supercomputing Systems AG <info@scs.ch>"]
edition = "2018"

Expand Down

0 comments on commit 11a30d8

Please sign in to comment.