diff --git a/Cargo.lock b/Cargo.lock index b730302ea..89840b121 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#1c46ef690c59e67701c6e3f2f8b431f4288c0e47" +source = "git+https://github.com/ethcore/js-precompiled.git#53bb41071b5b87d0d9207ccee426f9932ffbb941" 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 16f875581..2ed463574 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.2", + "version": "0.2.3", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",