From a13135de30959e3a5bab29a6f4017c8516c4f004 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Thu, 22 Dec 2016 04:35:36 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161222-043246 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07e581330..ab84566e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1368,7 +1368,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#6b69095e8110f97134a34a951673c172a3bcd4a8" +source = "git+https://github.com/ethcore/js-precompiled.git#2b9b86908f1c6256ec5b3e7c0634d072494939ca" 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 7c8fcd860..628da4682 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.135", + "version": "0.2.136", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",