From 78566cf9bfc9b50c14abfd3b762cdf2293b49d46 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 10 Jan 2017 11:41:00 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170110-113807 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 923418a2c..43c7f9aa1 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#fbc7864393ebbc78ea8f7bc4729f2ac3bdcb9a0e" +source = "git+https://github.com/ethcore/js-precompiled.git#7ff9567a47a66f312ca9fa83fc7a9ba23905d96c" 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 d5a35ad89..d09f865d7 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.178", + "version": "0.2.179", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",