From 4623f45686ed4d573b848be6d8196925ad03c9f7 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 23 Dec 2016 04:17:11 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161223-041415 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f070fdfc2..22ea03889 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1489,7 +1489,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#49851558a42410d67583d067de1df5c217c82b4c" +source = "git+https://github.com/ethcore/js-precompiled.git#8d16476c138e94a643ad4624df9825f34b57e1b0" 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 0e0393f77..29a4436a2 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.140", + "version": "0.2.141", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",