diff --git a/Cargo.lock b/Cargo.lock index f382f7208..fb6af9c3b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#9a87d986f284f57d2d5c706ad47b7a783edd8a66" +source = "git+https://github.com/ethcore/js-precompiled.git#840f1f2568b1a597a86ec3a1afa168f26b30cec0" 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 2ff903dd4..90b1cfa3b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.46", + "version": "0.3.47", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",