From e7e561024a4170d4c9badf040127cf1009cfc1e5 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Thu, 5 Jan 2017 11:15:57 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170105-111302 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2fee4b290..17928f75b 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#9fc9d894356b135c66cc99bf66ec2a713b5f0a8c" +source = "git+https://github.com/ethcore/js-precompiled.git#257b3ce8aaa6797507592200dc78b29b8a305c3f" 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 29bb70791..79e8d473e 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.167", + "version": "0.2.168", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",