diff --git a/Cargo.lock b/Cargo.lock index f7916219e..7aacadeab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#d04ae84851120cfbb45120a2f42dd102a82739b8" +source = "git+https://github.com/ethcore/js-precompiled.git#fc7604165a9f0fa2c28fdfec8fccf82ec95e2cd5" 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 16640c31a..376f68e87 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.154", + "version": "0.2.155", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",