diff --git a/Cargo.lock b/Cargo.lock index 2111a678e..c312aec4d 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#c6d8c35711928af053e2cdeacd975909b8598dc6" +source = "git+https://github.com/ethcore/js-precompiled.git#88c0a6481df5ec1dfd4dfc133c1a06e12fac1cca" 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 0dedd00c9..0c4fd0e01 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.6", + "version": "0.1.7", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",