diff --git a/Cargo.lock b/Cargo.lock index 68ca01982..a91b06188 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#7530295f1f6eabbea3b078ccca6f7fa12b7e1403" +source = "git+https://github.com/ethcore/js-precompiled.git#cd53a1d768458117bd710187bd5964e7a935ddf9" 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 d91820bfe..a1e133c9b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.40", + "version": "0.1.41", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",