From 858c974440fab09a1ab9e0cc5c3b07525f893331 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Wed, 29 Mar 2017 13:44:40 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170329-134148 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 51d1f2777..01467053f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1682,7 +1682,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#d5cdd7d52203610b2c7bc60fc5b011c195a4ba42" +source = "git+https://github.com/paritytech/js-precompiled.git#3ddabd180ffec8622b326ac4b994600ad6548214" dependencies = [ "parity-dapps-glue 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package.json b/js/package.json index 73421b316..803efb84c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.41", + "version": "1.7.42", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",