diff --git a/Cargo.lock b/Cargo.lock index b54bd27db..1b3321ca2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#76a31e0424a11a8249ee0d9c9696b1cb7b2a71c1" +source = "git+https://github.com/ethcore/js-precompiled.git#2676ed50507e342a8d735a93db87219507868db9" 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 87a45b5aa..1febca4cf 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.5", + "version": "1.7.6", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",