From e5042d0d38d0912a48a891b24997963088c36cf2 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Wed, 19 Jul 2017 08:49:29 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170719-084508 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c1ac28d9..bb5f58441 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1978,7 +1978,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#26873a9ae6fca50fbf523f201325a20792db3e23" +source = "git+https://github.com/paritytech/js-precompiled.git#af9e757340e550a6faf4068df73276a668934f6a" 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 ad16987a6..6ef966575 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.0", + "version": "1.8.1", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",