From 27d00f6eca67e82218c29aaaeb703adcd451874f Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 31 Jan 2017 11:42:56 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170131-113939 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12ee804eb..43d803e6e 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#1aad4f8fe7fbcbfd8ce1470187046b23d8a44869" +source = "git+https://github.com/ethcore/js-precompiled.git#ce57d018c5d4b1e3e59db0720f5a86d70de09515" 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 536cbf457..a82fa848b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.33", + "version": "0.3.34", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",