diff --git a/Cargo.lock b/Cargo.lock index 472e11fe5..18dcc7ab8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1781,7 +1781,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#cff0aec1877a4b75f51de3facee9fe439a41a90d" +source = "git+https://github.com/paritytech/js-precompiled.git#d00be5ab7f4338b14b95fbdac29097b9f9fa0848" 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 61f239cbd..3188163fd 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.70", + "version": "1.7.71", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",