diff --git a/Cargo.lock b/Cargo.lock index 08ff463f5..1c90d6b93 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#74755c8731285227fe9390faabd7617151ba98bf" +source = "git+https://github.com/ethcore/js-precompiled.git#66ef86da6f741953694199813e1eb6b76b3f5b5f" 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 9a932aa44..7e43c37fd 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.180", + "version": "0.2.181", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",