diff --git a/Cargo.lock b/Cargo.lock index f9100cad8..f382f7208 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#b6a797d348244206a20d486309617635c1eedca5" +source = "git+https://github.com/ethcore/js-precompiled.git#9a87d986f284f57d2d5c706ad47b7a783edd8a66" 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 9fb6d54e6..2ff903dd4 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.45", + "version": "0.3.46", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",