diff --git a/Cargo.lock b/Cargo.lock index 12ee804eb..43d803e6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#1aad4f8fe7fbcbfd8ce1470187046b23d8a44869" +source = "git+https://github.com/ethcore/js-precompiled.git#ce57d018c5d4b1e3e59db0720f5a86d70de09515" 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 536cbf457..a82fa848b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.33", + "version": "0.3.34", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",