diff --git a/Cargo.lock b/Cargo.lock index 7cbd0f82b..d4590c618 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,7 +1263,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#94368c63bc320d3eec4dba7d7dea69eb8c68e1f5" +source = "git+https://github.com/ethcore/js-precompiled.git#8e1df74f8ba632dd0d1414b576228497cd0de83a" dependencies = [ "parity-dapps-glue 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package.json b/js/package.json index e5370ba8b..6c56615f9 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.86", + "version": "0.2.87", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",