diff --git a/Cargo.lock b/Cargo.lock index 2b8e3891a..6112072fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#61c5d613db329cb3768e485339e4be4ca5b95fd0" +source = "git+https://github.com/ethcore/js-precompiled.git#6918a25e5ff66ee336fdaedac0f69187e62fb17e" 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 a18e4f310..5466c7f65 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.150", + "version": "0.2.151", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",