From ec4b4cfbf2b22a2bd209dfc53461173650c2c56c Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Mon, 9 Jan 2017 08:47:45 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170109-084458 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fe7b4c0f9..923418a2c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#db482be7897e719d87696819d99c49a7be16bf61" +source = "git+https://github.com/ethcore/js-precompiled.git#fbc7864393ebbc78ea8f7bc4729f2ac3bdcb9a0e" 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 d2fb941d4..d5a35ad89 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.177", + "version": "0.2.178", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",