diff --git a/Cargo.lock b/Cargo.lock index 3de39df51..41210841b 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#b281cb0711d4a9d293abd43eeeb42f61864fe60d" +source = "git+https://github.com/ethcore/js-precompiled.git#ca02457735ef5a0c15ceb792830ffae71aecfdd7" 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 6c1bf7d47..ffdea5431 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.68", + "version": "0.3.69", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",