diff --git a/Cargo.lock b/Cargo.lock index d4876525e..bf6f0a7cf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#5ac62fd34d318883c53a9450711ef28c1e95c65d" +source = "git+https://github.com/ethcore/js-precompiled.git#ff7c1c6aebbc651c2b0f359bcf344c5fa8a0f33f" 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 a98b416e8..f7d3592df 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.56", + "version": "0.1.57", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",