diff --git a/automap/Cargo.lock b/automap/Cargo.lock index c877524c0..977fc189e 100644 --- a/automap/Cargo.lock +++ b/automap/Cargo.lock @@ -908,7 +908,7 @@ dependencies = [ [[package]] name = "masq_lib" -version = "0.6.2" +version = "0.6.3" dependencies = [ "actix", "clap", diff --git a/dns_utility/Cargo.lock b/dns_utility/Cargo.lock index fcf776fd9..2a9e74790 100644 --- a/dns_utility/Cargo.lock +++ b/dns_utility/Cargo.lock @@ -407,7 +407,7 @@ dependencies = [ [[package]] name = "dns_utility" -version = "0.6.2" +version = "0.6.3" dependencies = [ "core-foundation", "ipconfig 0.2.2", @@ -811,7 +811,7 @@ dependencies = [ [[package]] name = "masq_lib" -version = "0.6.2" +version = "0.6.3" dependencies = [ "actix", "clap", diff --git a/dns_utility/Cargo.toml b/dns_utility/Cargo.toml index b1937a5f3..5235768d2 100644 --- a/dns_utility/Cargo.toml +++ b/dns_utility/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dns_utility" -version = "0.6.2" +version = "0.6.3" license = "GPL-3.0-only" authors = ["Dan Wiebe ", "MASQ"] copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." diff --git a/masq/Cargo.toml b/masq/Cargo.toml index 463517145..9a8ea9e9c 100644 --- a/masq/Cargo.toml +++ b/masq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "masq" -version = "0.6.2" +version = "0.6.3" authors = ["Dan Wiebe ", "MASQ"] license = "GPL-3.0-only" copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." diff --git a/masq_lib/Cargo.toml b/masq_lib/Cargo.toml index ac04b12b2..0ac0b19fa 100644 --- a/masq_lib/Cargo.toml +++ b/masq_lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "masq_lib" -version = "0.6.2" +version = "0.6.3" authors = ["Dan Wiebe ", "MASQ"] license = "GPL-3.0-only" copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." diff --git a/multinode_integration_tests/Cargo.toml b/multinode_integration_tests/Cargo.toml index 43eeae2a5..89943ee8c 100644 --- a/multinode_integration_tests/Cargo.toml +++ b/multinode_integration_tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "multinode_integration_tests" -version = "0.6.2" +version = "0.6.3" authors = ["Dan Wiebe ", "MASQ"] license = "GPL-3.0-only" copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." diff --git a/node/Cargo.lock b/node/Cargo.lock index a853de615..8423c67d0 100644 --- a/node/Cargo.lock +++ b/node/Cargo.lock @@ -1827,7 +1827,7 @@ dependencies = [ [[package]] name = "masq" -version = "0.6.2" +version = "0.6.3" dependencies = [ "clap", "crossbeam-channel 0.5.1", @@ -1844,7 +1844,7 @@ dependencies = [ [[package]] name = "masq_lib" -version = "0.6.2" +version = "0.6.3" dependencies = [ "actix", "clap", @@ -2020,7 +2020,7 @@ dependencies = [ [[package]] name = "multinode_integration_tests" -version = "0.6.2" +version = "0.6.3" dependencies = [ "base64 0.13.0", "crossbeam-channel 0.5.1", @@ -2114,7 +2114,7 @@ dependencies = [ [[package]] name = "node" -version = "0.6.2" +version = "0.6.3" dependencies = [ "actix", "automap", diff --git a/node/Cargo.toml b/node/Cargo.toml index 1a3b8f366..541af7cd9 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node" -version = "0.6.2" +version = "0.6.3" license = "GPL-3.0-only" authors = ["Dan Wiebe ", "MASQ"] copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved." diff --git a/port_exposer/Cargo.lock b/port_exposer/Cargo.lock index f48e4922e..c9ee1705d 100644 --- a/port_exposer/Cargo.lock +++ b/port_exposer/Cargo.lock @@ -20,7 +20,7 @@ checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" [[package]] name = "port_exposer" -version = "0.6.2" +version = "0.6.3" dependencies = [ "default-net", ] diff --git a/port_exposer/Cargo.toml b/port_exposer/Cargo.toml index 38392d01f..4dc44a605 100644 --- a/port_exposer/Cargo.toml +++ b/port_exposer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "port_exposer" -version = "0.6.2" +version = "0.6.3" authors = ["Dan Wiebe ", "MASQ"] license = "GPL-3.0-only" copyright = "Copyright (c) 2019, MASQ (https://masq.ai) and/or its affiliates. All rights reserved."