diff --git a/Cargo.lock b/Cargo.lock index 53e7ee132..eed9cb812 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1574,7 +1574,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#e6d3019cffb61349c560e1de175d803c2f4bbb70" +source = "git+https://github.com/ethcore/js-precompiled.git#4ee53b35e9746bea63fc591b3fb61cb0c5fe939c" 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 83c106909..fb1afd89f 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.74", + "version": "0.3.75", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",