Skip to content

Commit

Permalink
dump version to 0.3.2 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
atenjin authored Jul 19, 2021
1 parent 6e70d75 commit f4177c5
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 25 deletions.
24 changes: 12 additions & 12 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 bin/europa/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa"
version = "0.3.1"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"
description = "A sandbox of Substrate runtime execution environment."
Expand Down
2 changes: 1 addition & 1 deletion bin/europa/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa-cli"
version = "0.3.1"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/europa/executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa-executor"
version = "0.3.0"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/europa/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa-rpc"
version = "0.3.0"
version = "0.3.2"
authors = ["Jupiter <https://github.com/patractlabs/jupiter>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/europa/runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "europa-runtime"
version = "0.3.0"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion bin/europa/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("europa"),
impl_name: create_runtime_str!("europa"),
authoring_version: 1,
spec_version: 3,
spec_version: 4,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down
2 changes: 1 addition & 1 deletion client/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ec-client-api"
version = "0.3.0"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion client/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ec-cli"
version = "0.3.0"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion client/db/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ec-client-db"
version = "0.3.0"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion client/executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ec-executor"
version = "0.3.0"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion client/rpc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ec-rpc"
version = "0.3.0"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion client/service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ec-service"
version = "0.3.0"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion primitives/extensions/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ep-extensions"
version = "0.3.0"
version = "0.3.2"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down

0 comments on commit f4177c5

Please sign in to comment.