From c2c75856190da1c34d2383b09d2e4d53efc86be2 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Mon, 31 Oct 2016 09:07:51 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161031-090648 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d8b035981..8103733f0 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#03c5fdada0ba2a2ee78d8a679db27851d7da1fee" +source = "git+https://github.com/ethcore/js-precompiled.git#8e6276e8f3b8008746027791aafaae16c5324deb" 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 afa6b1b18..b2fe5a2a1 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.8", + "version": "0.1.9", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",