From df0ef6618de97a4019e63d590b299d5f04bfbcb3 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Thu, 6 Jul 2017 16:47:59 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170706-164115 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ba5b4021a..b346a7cad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1824,7 +1824,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#d046d5b5393e90617f4d9a51a5af90fbe516793d" +source = "git+https://github.com/paritytech/js-precompiled.git#fa572f52beb3a7b6f6473a5a5cf07518d899c4d9" 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 0c22c0c3a..bc71029d9 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.97", + "version": "1.7.98", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",