diff --git a/Cargo.lock b/Cargo.lock index bb5f58441..673297945 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1978,7 +1978,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#af9e757340e550a6faf4068df73276a668934f6a" +source = "git+https://github.com/paritytech/js-precompiled.git#360fb91bd348a2561f407c2f8f6e8fbc07ee4dcc" 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 6ef966575..507243723 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.1", + "version": "1.8.2", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",