From aa09cb266d8106436eaa2afa13aa5963fc6378d9 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 25 Jul 2017 07:16:04 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170725-071056 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c7046b759..704f3ee36 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2009,7 +2009,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#fef524b2c679407d32a9ddef3af5dced97cdd3d0" +source = "git+https://github.com/paritytech/js-precompiled.git#9394d746f859365082ae375119ee70a0a18956a5" 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 fd32c522a..d299a421d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.5", + "version": "1.8.6", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",