From e5486f5d5853c7c89cf2d1b92c0bcc8bd0d390a8 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Sat, 12 Nov 2016 20:26:39 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161112-202502 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b2a2349d..ffbf2f6b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#afaeb08a0f41ed41add35d86db4c751c5593e292" +source = "git+https://github.com/ethcore/js-precompiled.git#ac5552572f27ee09b084f89d2f80c362d61b8c92" 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 6af34ce57..4e61c2feb 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.33", + "version": "0.2.34", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",