From 7638b2c9e8a0c5bb92321efac6e874729161b01c Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 7 Mar 2017 20:06:34 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170307-195934 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ad38ac89..a9bd060a1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#94da980fb81d6145e38ca87d37a9137e8440086a" +source = "git+https://github.com/ethcore/js-precompiled.git#190abe2499d7ab2630ded2a127122b5c5a55f956" 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 8a8d36f60..bf10c8369 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.0", + "version": "1.7.1", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",