diff --git a/Cargo.lock b/Cargo.lock index 8d2c20e43..f2c03ef47 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#cb0dd77b70c552bb68288a94c7d5d37ecdd611c8" +source = "git+https://github.com/ethcore/js-precompiled.git#2141600ce0957858e80f24b0bb8b1e52bb3de173" 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 670c43630..99ff24bb0 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.72", + "version": "0.3.73", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",