diff --git a/Cargo.lock b/Cargo.lock index 2e9f5e9b8..cb6e985fe 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#0d0bf6f73a5ec240f797f68f388faed6ae97e059" +source = "git+https://github.com/ethcore/js-precompiled.git#80c8a11879afa08f7579b35439abca6d92582b28" 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 ba8044157..d07e5d08b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.202", + "version": "0.2.203", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",