diff --git a/Cargo.lock b/Cargo.lock index d8b035981..8103733f0 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#03c5fdada0ba2a2ee78d8a679db27851d7da1fee" +source = "git+https://github.com/ethcore/js-precompiled.git#8e6276e8f3b8008746027791aafaae16c5324deb" 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 afa6b1b18..b2fe5a2a1 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.8", + "version": "0.1.9", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",