Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Jan 23, 2019
1 parent a6f647a commit 3a88e24
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ path = "src/main.rs"

[package]
name = "polkadot"
version = "0.3.2"
version = "0.3.3"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"

Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-cli"
version = "0.3.2"
version = "0.3.3"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Polkadot node implementation in Rust."

Expand Down
2 changes: 1 addition & 1 deletion service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-service"
version = "0.3.2"
version = "0.3.3"
authors = ["Parity Technologies <admin@parity.io>"]

[dependencies]
Expand Down

0 comments on commit 3a88e24

Please sign in to comment.