diff --git a/Cargo.lock b/Cargo.lock index 64eea908c..780405594 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#388fd60f326f99782100b42c4ec28bc09c5ad44c" +source = "git+https://github.com/ethcore/js-precompiled.git#acb1fca2b94bae60bb2ad5dccc838c0546260000" 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 dabed9b9d..92c01db6e 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.4", + "version": "0.2.5", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",