From 10efc7e2d370e641c7b8f62f2f643625c77df1e9 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Wed, 19 Jul 2017 20:59:31 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170719-205509 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bb5f58441..673297945 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#af9e757340e550a6faf4068df73276a668934f6a" +source = "git+https://github.com/paritytech/js-precompiled.git#360fb91bd348a2561f407c2f8f6e8fbc07ee4dcc" 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 6ef966575..507243723 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.1", + "version": "1.8.2", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",