diff --git a/Cargo.lock b/Cargo.lock index b606d197f..664a2b855 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#d3ccc248a68b9d2ab3d1eec1b17c764d11b7cbb9" +source = "git+https://github.com/ethcore/js-precompiled.git#73497e202735f4a6d2bf55de6509fc010419871b" dependencies = [ "parity-dapps-glue 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package.json b/js/package.json index ddc0cac6b..f70e9b9be 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.183", + "version": "0.2.184", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",