From 180f16af7c1a46673f65f2b0e230b9bbbf59ab05 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Mon, 31 Oct 2016 12:27:03 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161031-122556 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e5854f0ce..f0621253e 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#a2aa6fdf86e6c0f90d0fec80dc9ae8ee02f008b0" +source = "git+https://github.com/ethcore/js-precompiled.git#b9885c51d680e67154401cf025d83b00946d572d" 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 6aaa3bd80..2dbd032fa 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.10", + "version": "0.1.11", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",