diff --git a/Cargo.lock b/Cargo.lock index fcbb12ab3..a83f405c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2226,7 +2226,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.9.0" -source = "git+https://github.com/paritytech/js-precompiled.git#1626d64235241e75c531eece004a4923d9d4fcc6" +source = "git+https://github.com/paritytech/js-precompiled.git#59a1478c28383a3d04d2816b1541e5912c4ed6e0" 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 e5c6899a8..61bd10c9b 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.5", + "version": "1.9.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 3240e9a13..c597ab6ff 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.5", + "version": "1.9.6", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",