From 2365c714d40302bc0a2cecbb3ea7ad75860499cb Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 30 Dec 2016 11:35:18 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161230-113233 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0e38f0a73..42e97b7aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#78ca8ccb3c00725ea8d51c1f78afe6f6ad563695" +source = "git+https://github.com/ethcore/js-precompiled.git#c12a5e7185bc49ea4469aedd729bf739f8274289" 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 30c5a1ed4..6a1794ec6 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.157", + "version": "0.2.158", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",