diff --git a/Cargo.lock b/Cargo.lock index e0d6e6c1f..61bb3b537 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#9052b03e554a14586d68288a87926b49c968874b" +source = "git+https://github.com/ethcore/js-precompiled.git#12089ff26cca3e9c4a4dbc33ac51557045cd46f4" 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 f43d1f654..37c20a535 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.50", + "version": "0.1.51", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",