From 87f1486907c2b047d0d70b2d48be2af3efa1cd28 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Thu, 15 Dec 2016 17:03:27 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161215-170041 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 511218335..2626a8c96 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1321,7 +1321,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#762c6d10f8640a6c4b875d776490282680bfe3e2" +source = "git+https://github.com/ethcore/js-precompiled.git#ad6617a73dbb17c53dddc0fc567e70ea5b8e882f" 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 83d7994e7..66a60385b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.124", + "version": "0.2.125", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",