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