From 921fde43a7ebb1d60f8945c860aacc2114f01e5a Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Mon, 31 Oct 2016 08:50:17 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161031-084918 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c312aec4d..d8b035981 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1235,7 +1235,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#88c0a6481df5ec1dfd4dfc133c1a06e12fac1cca" +source = "git+https://github.com/ethcore/js-precompiled.git#03c5fdada0ba2a2ee78d8a679db27851d7da1fee" 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 0c4fd0e01..afa6b1b18 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.7", + "version": "0.1.8", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",