diff --git a/Cargo.lock b/Cargo.lock index a2bbd0e67..1e6c52b31 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?branch=beta#6e97d59ad2cded2eb1c09517b52d1126bc353f66" +source = "git+https://github.com/ethcore/js-precompiled.git?branch=beta#7fa1a61ee3ce8ce01ba17241199d4b7558510e48" 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 9b9fa541d..72c3cc838 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.53", + "version": "0.1.54", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",