diff --git a/Cargo.lock b/Cargo.lock index ffbf2f6b2..c3fa096b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#ac5552572f27ee09b084f89d2f80c362d61b8c92" +source = "git+https://github.com/ethcore/js-precompiled.git#bc1728a4d24c098ee8792372c14dff98f954518c" 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 4e61c2feb..3d3d312e9 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.34", + "version": "0.2.35", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",