diff --git a/Cargo.lock b/Cargo.lock index 2479e82be..38ce6402f 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#6179f3bee4819d58e40fac3bb43cca3adca88030" +source = "git+https://github.com/ethcore/js-precompiled.git#7190259c360c6820621425e1d313ce7d25f0765a" 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 2d86b5dd5..2a516df20 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.52", + "version": "0.3.53", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",