diff --git a/Cargo.lock b/Cargo.lock index fb6af9c3b..e501e61c5 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#840f1f2568b1a597a86ec3a1afa168f26b30cec0" +source = "git+https://github.com/ethcore/js-precompiled.git#9ea313849478823cd9c96493eaef9fe175d76c48" 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 90b1cfa3b..b4aca161f 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.47", + "version": "0.3.48", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",