diff --git a/Cargo.lock b/Cargo.lock index c7e412349..28c08c8c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1761,7 +1761,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#fb24b1a459fc7f5b3de5fe21060bc17e1e161e5e" +source = "git+https://github.com/paritytech/js-precompiled.git#fef6ae14b9f8ec55332069dc5d309e44e9e56685" 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 f20ea0574..f25a82d5b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.51", + "version": "1.7.52", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",