diff --git a/Cargo.lock b/Cargo.lock index 4ba7843ff..b5e47dde2 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#17d0239545fbc998c7576113b7ab3771616285d1" +source = "git+https://github.com/ethcore/js-precompiled.git#8e8432d2986c29e9ff4c338cb4d2a11bc9c3c557" 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 b31b36394..0ff75b720 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.34", + "version": "0.1.35", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",