From 983a0e3d0bab6ea564c0ac18cc714d3567fc835c Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 31 Jan 2017 13:24:45 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170131-132131 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43d803e6e..950095d21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#ce57d018c5d4b1e3e59db0720f5a86d70de09515" +source = "git+https://github.com/ethcore/js-precompiled.git#16fdb7060258079435067412e4af95013de3b931" 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 a82fa848b..852c095d5 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.34", + "version": "0.3.35", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",