Skip to content

Commit

Permalink
dump europa version to 0.3.4 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
atenjin authored Sep 10, 2021
1 parent 1df9705 commit 031c246
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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.2"
version = "0.3.4"
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.2"
version = "0.3.4"
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.2"
version = "0.3.4"
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.2"
version = "0.3.4"
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.2"
version = "0.3.4"
authors = ["patract labs <https://github.com/patractlabs>"]
edition = "2018"

Expand Down

0 comments on commit 031c246

Please sign in to comment.