diff --git a/Cargo.lock b/Cargo.lock index 4de28eeb8..9c7ddd7ee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2230,7 +2230,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.9.0" -source = "git+https://github.com/paritytech/js-precompiled.git#5b3e31509c369f558c8cb90f6f9918e50cdb2501" +source = "git+https://github.com/paritytech/js-precompiled.git#869697f77d549c240df0c5f5fd4e611d09bf61c2" dependencies = [ "parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package-lock.json b/js/package-lock.json index cde7c67f8..3f0bb661f 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.10", + "version": "1.9.11", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 873720452..9056ad244 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.10", + "version": "1.9.11", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",