diff --git a/Cargo.lock b/Cargo.lock index a4dab12a7..dc88fdcf8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2239,7 +2239,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.9.0" -source = "git+https://github.com/paritytech/js-precompiled.git#9ad7b44329a3f802f2690ba9ea5d579199e6aab5" +source = "git+https://github.com/paritytech/js-precompiled.git#88090d60e61e185f0ddeb6bbe884af4b00d77ba3" dependencies = [ "parity-dapps-glue 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package-lock.json b/js/package-lock.json index 6eec5004b..bea8545c5 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.3", + "version": "1.9.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index d0723c0c0..a504cc23c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.3", + "version": "1.9.4", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",