diff --git a/Cargo.lock b/Cargo.lock index 8f2f39c1..14c027e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -83,9 +83,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bridge" -version = "0.4.0" +version = "0.5.0" dependencies = [ - "bridge-contracts 0.4.0", + "bridge-contracts 0.5.0", "error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -109,7 +109,7 @@ dependencies = [ [[package]] name = "bridge-contracts" -version = "0.4.0" +version = "0.5.0" dependencies = [ "ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethabi-contract 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -452,8 +452,8 @@ dependencies = [ name = "integration-tests" version = "0.1.0" dependencies = [ - "bridge 0.4.0", - "bridge-contracts 0.4.0", + "bridge 0.5.0", + "bridge-contracts 0.5.0", "ethabi 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethereum-types 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -698,9 +698,9 @@ dependencies = [ [[package]] name = "parity-bridge" -version = "0.4.0" +version = "0.5.0" dependencies = [ - "bridge 0.4.0", + "bridge 0.5.0", "docopt 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", @@ -713,9 +713,9 @@ dependencies = [ [[package]] name = "parity-bridge-deploy" -version = "0.3.0" +version = "0.5.0" dependencies = [ - "bridge 0.4.0", + "bridge 0.5.0", "docopt 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/bridge/Cargo.toml b/bridge/Cargo.toml index af583fba..3755a833 100644 --- a/bridge/Cargo.toml +++ b/bridge/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridge" -version = "0.4.0" +version = "0.5.0" authors = ["debris ", "snd "] [dependencies] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 93629ade..0d0312e3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parity-bridge" -version = "0.4.0" +version = "0.5.0" authors = ["debris ", "snd "] [[bin]] diff --git a/contracts/Cargo.toml b/contracts/Cargo.toml index c0f96eb8..629a25c0 100644 --- a/contracts/Cargo.toml +++ b/contracts/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridge-contracts" -version = "0.4.0" +version = "0.5.0" authors = ["debris ", "snd "] [dependencies] diff --git a/deploy/Cargo.toml b/deploy/Cargo.toml index 167c8980..342b5f2e 100644 --- a/deploy/Cargo.toml +++ b/deploy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parity-bridge-deploy" -version = "0.3.0" +version = "0.5.0" authors = ["debris "] [[bin]]