diff --git a/Cargo.lock b/Cargo.lock index a83f405c6..fbe4157af 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#59a1478c28383a3d04d2816b1541e5912c4ed6e0" +source = "git+https://github.com/paritytech/js-precompiled.git#f0bdaaf7ea3f4e7e0d466000c6323a95b6b8662a" 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 61bd10c9b..72dde9f0b 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.6", + "version": "1.9.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index c597ab6ff..7cfc68996 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.6", + "version": "1.9.7", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",