diff --git a/Cargo.lock b/Cargo.lock index badb522c4..c9d6a7b49 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1750,7 +1750,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#8d7826d49c785726b17f14f150cab37e204fc84f" +source = "git+https://github.com/ethcore/js-precompiled.git#9760f897356d6c2a2ec7c43e60c7c1d0f87545dd" dependencies = [ "parity-dapps-glue 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package.json b/js/package.json index 7462bb4c4..e47130639 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.31", + "version": "1.7.32", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",