diff --git a/Cargo.lock b/Cargo.lock index 29a9700257..fdfdd650ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2066,7 +2066,7 @@ checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" [[package]] name = "jcli" -version = "0.11.0-rc3" +version = "0.11.2" dependencies = [ "assert_fs", "base64 0.13.0", @@ -2102,7 +2102,7 @@ dependencies = [ [[package]] name = "jormungandr" -version = "0.11.0-rc3" +version = "0.11.2" dependencies = [ "arc-swap", "async-graphql", @@ -2166,7 +2166,7 @@ dependencies = [ [[package]] name = "jormungandr-integration-tests" -version = "0.11.0-rc3" +version = "0.11.2" dependencies = [ "assert_cmd", "assert_fs", @@ -2209,7 +2209,7 @@ dependencies = [ [[package]] name = "jormungandr-lib" -version = "0.11.0-rc3" +version = "0.11.2" dependencies = [ "base64 0.13.0", "bech32", @@ -2244,7 +2244,7 @@ dependencies = [ [[package]] name = "jormungandr-scenario-tests" -version = "0.11.0-rc3" +version = "0.11.2" dependencies = [ "assert_fs", "chain-addr", @@ -2285,7 +2285,7 @@ dependencies = [ [[package]] name = "jormungandr-testing-utils" -version = "0.11.0-rc3" +version = "0.11.2" dependencies = [ "assert_fs", "base64 0.13.0", diff --git a/jcli/Cargo.toml b/jcli/Cargo.toml index 549afae3ee..1cd478d0e0 100644 --- a/jcli/Cargo.toml +++ b/jcli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jcli" -version = "0.11.0-rc3" +version = "0.11.2" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr" diff --git a/jormungandr-lib/Cargo.toml b/jormungandr-lib/Cargo.toml index eb4a99df1e..282a58b9ae 100644 --- a/jormungandr-lib/Cargo.toml +++ b/jormungandr-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-lib" -version = "0.11.0-rc3" +version = "0.11.2" authors = ["dev@iohk.io"] edition = "2018" diff --git a/jormungandr/Cargo.toml b/jormungandr/Cargo.toml index 4475b283be..404c69d27d 100644 --- a/jormungandr/Cargo.toml +++ b/jormungandr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr" -version = "0.11.0-rc3" +version = "0.11.2" authors = [ "dev@iohk.io" ] license = "MIT OR Apache-2.0" repository = "https://github.com/input-output-hk/jormungandr" diff --git a/testing/jormungandr-integration-tests/Cargo.toml b/testing/jormungandr-integration-tests/Cargo.toml index 58b83a7415..1d03d700ab 100644 --- a/testing/jormungandr-integration-tests/Cargo.toml +++ b/testing/jormungandr-integration-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-integration-tests" -version = "0.11.0-rc3" +version = "0.11.2" authors = [ "dev@iohk.io" ] edition = "2018" diff --git a/testing/jormungandr-scenario-tests/Cargo.toml b/testing/jormungandr-scenario-tests/Cargo.toml index 60cd4fb1e2..a8c08a0035 100644 --- a/testing/jormungandr-scenario-tests/Cargo.toml +++ b/testing/jormungandr-scenario-tests/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-scenario-tests" -version = "0.11.0-rc3" +version = "0.11.2" authors = [ "dev@iohk.io" ] edition = "2018" default-run = "jormungandr-scenario-tests" diff --git a/testing/jormungandr-testing-utils/Cargo.toml b/testing/jormungandr-testing-utils/Cargo.toml index 881d77f849..b799cf6b60 100644 --- a/testing/jormungandr-testing-utils/Cargo.toml +++ b/testing/jormungandr-testing-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "jormungandr-testing-utils" -version = "0.11.0-rc3" +version = "0.11.2" authors = ["Nicolas Di Prima "] edition = "2018"