diff --git a/Cargo.lock b/Cargo.lock index 61d380352..94db874e3 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#257b3ce8aaa6797507592200dc78b29b8a305c3f" +source = "git+https://github.com/ethcore/js-precompiled.git#1c327dfb84d9c2760aed53487c6d05b66aaede2f" 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 79e8d473e..379b4b9cc 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.168", + "version": "0.2.169", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",