diff --git a/Cargo.lock b/Cargo.lock index 9b7edf2be..f85b2d851 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1784,7 +1784,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#69ff5bc9fa4c64a0657308a64a45a95b3d984950" +source = "git+https://github.com/paritytech/js-precompiled.git#ee93b6e2cda9d253613974824fb81a84605a390d" 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 bcfe4f5d7..51d36fc7b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.80", + "version": "1.7.81", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",