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