diff --git a/Cargo.lock b/Cargo.lock index 229268ee9..2e9f5e9b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1502,7 +1502,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#35f7fd8782c82081f992fae7f266ce61cb0c95cd" +source = "git+https://github.com/ethcore/js-precompiled.git#0d0bf6f73a5ec240f797f68f388faed6ae97e059" 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 5289f7ec9..ba8044157 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.201", + "version": "0.2.202", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",