diff --git a/Cargo.lock b/Cargo.lock index e3398d615..8f00ffc19 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#24f63e21f9461b43e4a1958d2b68be025cc6c788" +source = "git+https://github.com/ethcore/js-precompiled.git#eb971d1c03969e4630b7fd99ab1b9e186f2b615f" 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 a721394b8..aba81f052 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.14", + "version": "0.2.15", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",