diff --git a/Cargo.lock b/Cargo.lock index 4ff640b3a..4e06d9c12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1235,7 +1235,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#fca461ca3d5fe73db6b1600c229b37ec7dfd778c" +source = "git+https://github.com/ethcore/js-precompiled.git#d60be067409f4165d4728ca2e93bf18b35777632" 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 8f6f85721..e9ea4705d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.15", + "version": "0.1.16", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",