diff --git a/Cargo.lock b/Cargo.lock index 0880f9cea0..1ef05f94cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,7 +924,7 @@ dependencies = [ [[package]] name = "dfx" -version = "0.5.10" +version = "0.5.11" dependencies = [ "actix 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "actix-cors 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -947,8 +947,8 @@ dependencies = [ "futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "hotwatch 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", - "ic-agent 0.5.10", - "ic-identity-manager 0.5.10", + "ic-agent 0.5.11", + "ic-identity-manager 0.5.11", "indicatif 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy-init 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1517,7 +1517,7 @@ dependencies = [ [[package]] name = "ic-agent" -version = "0.5.10" +version = "0.5.11" dependencies = [ "async-trait 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1541,9 +1541,9 @@ dependencies = [ [[package]] name = "ic-identity-manager" -version = "0.5.10" +version = "0.5.11" dependencies = [ - "ic-agent 0.5.10", + "ic-agent 0.5.11", "openssl 0.10.28 (registry+https://github.com/rust-lang/crates.io-index)", "pem 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "ring 0.16.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/public/manifest.json b/public/manifest.json index 1859db4194..fe74d93091 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -19,6 +19,7 @@ "0.5.7", "0.5.8", "0.5.9", - "0.5.10" + "0.5.10", + "0.5.11" ] } diff --git a/src/agent/javascript/package-lock.json b/src/agent/javascript/package-lock.json index ffa90aef1c..1a4b213db9 100644 --- a/src/agent/javascript/package-lock.json +++ b/src/agent/javascript/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent", - "version": "0.5.10", + "version": "0.5.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/agent/javascript/package.json b/src/agent/javascript/package.json index e69ac69ad1..069657e52e 100644 --- a/src/agent/javascript/package.json +++ b/src/agent/javascript/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/agent", - "version": "0.5.10", + "version": "0.5.11", "main": "src/index.js", "scripts": { "build": "tsc -p tsconfig.json", diff --git a/src/agent/rust/Cargo.toml b/src/agent/rust/Cargo.toml index 8c89a8350f..56bc4a4995 100644 --- a/src/agent/rust/Cargo.toml +++ b/src/agent/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ic-agent" -version = "0.5.10" +version = "0.5.11" authors = ["Hans Larsen "] edition = "2018" diff --git a/src/bootstrap/package-lock.json b/src/bootstrap/package-lock.json index 7c5cb36634..e0ae600c09 100644 --- a/src/bootstrap/package-lock.json +++ b/src/bootstrap/package-lock.json @@ -1,6 +1,6 @@ { "name": "@dfinity/bootstrap", - "version": "0.5.10", + "version": "0.5.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/bootstrap/package.json b/src/bootstrap/package.json index 8ca0ae4b79..86b9096079 100644 --- a/src/bootstrap/package.json +++ b/src/bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@dfinity/bootstrap", - "version": "0.5.10", + "version": "0.5.11", "scripts": { "build": "tsc -p tsconfig.json", "bundle": "npm run build && webpack", diff --git a/src/dfx/Cargo.toml b/src/dfx/Cargo.toml index b587fb6af0..1b492f95bd 100644 --- a/src/dfx/Cargo.toml +++ b/src/dfx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dfx" -version = "0.5.10" +version = "0.5.11" authors = ["DFINITY Team"] edition = "2018" build = "assets/build.rs" diff --git a/src/ic_identity_manager/Cargo.toml b/src/ic_identity_manager/Cargo.toml index 5e96603444..9a2f423702 100644 --- a/src/ic_identity_manager/Cargo.toml +++ b/src/ic_identity_manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ic-identity-manager" -version = "0.5.10" +version = "0.5.11" authors = ["DFINITY Stiftung"] edition = "2018"