From 9db28e12acb0af9d4093a9d9f94fb0ae371d19aa Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 4 Nov 2016 19:11:43 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161104-191028 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 89840b121..64eea908c 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#53bb41071b5b87d0d9207ccee426f9932ffbb941" +source = "git+https://github.com/ethcore/js-precompiled.git#388fd60f326f99782100b42c4ec28bc09c5ad44c" 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 2ed463574..dabed9b9d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.3", + "version": "0.2.4", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",