From c93d3c1580341ecfe3e335310f7b205e9ff24dc3 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Sat, 31 Dec 2016 03:34:58 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161231-033147 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 42e97b7aa..e2a5c1f24 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#c12a5e7185bc49ea4469aedd729bf739f8274289" +source = "git+https://github.com/ethcore/js-precompiled.git#fa12862ff36957458dc00bec2980ed333cafa420" 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 6a1794ec6..b44c7d80c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.158", + "version": "0.2.159", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",