From 7039eaf9955136c8c3faca1bffe27513a5697213 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 28 Mar 2017 07:02:31 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170328-065931 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dda7fe088..2eac32511 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1751,7 +1751,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#647ecb9bd9087fd5ce882c3d81192d1529280dc3" +source = "git+https://github.com/ethcore/js-precompiled.git#a8269c81444111331d9897234f44869ec638d177" 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 8d963f1a3..f5e741f3c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.37", + "version": "1.7.38", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",