From 776a45af87876f9f7f1c86f570728d36dafe0f95 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Mon, 19 Dec 2016 13:25:03 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161219-132051 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 19777fcc6..3ceedcc9e 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#b358c80f48fd8bb5ca5494cf8033cd8aaa03a7ee" +source = "git+https://github.com/ethcore/js-precompiled.git#e3e33f97c0f3b3d788a859b5bd10f5ca1ee45871" 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 74af728e4..de52d0d0f 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.129", + "version": "0.2.130", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",