diff --git a/Cargo.lock b/Cargo.lock index a93d2d551..a418a1aeb 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#ce7e830d36483dab10419d9105ac39dc520e7a61" +source = "git+https://github.com/ethcore/js-precompiled.git#0094343aad80e3aa0883a0a134b02e1c6872abbe" 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 8829b6f8b..67774afba 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.43", + "version": "0.2.44", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",