From c39e0aa3ef9c60c4b6dc4b770c8ccf67628ce5f4 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 23 Dec 2016 20:50:31 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161223-204746 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f59435aab..a27ef4fa8 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#cff540e863163c0aed034c63406908a357ccd8ff" +source = "git+https://github.com/ethcore/js-precompiled.git#2c87efb66b463fc6d1e0c5192bcacc7e94ecfdb2" 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 66fdbe476..cbbc407e4 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.145", + "version": "0.2.146", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",