From 65f2d2b05002b6dfec154bc9ecfe2cd7e83cdb99 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Mon, 19 Dec 2016 12:30:05 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161219-122700 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c05cbf190..19777fcc6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1367,7 +1367,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#3d390b35737ce212d358f26b5ec8d9644b252a88" +source = "git+https://github.com/ethcore/js-precompiled.git#b358c80f48fd8bb5ca5494cf8033cd8aaa03a7ee" 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 63472f9b8..74af728e4 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.128", + "version": "0.2.129", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",