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