From 5dfd834c125b3d83051ee3ab52ff08444e8b2d1b Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 1 Nov 2016 20:04:05 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161101-200259 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fc761522a..8fab4eda5 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#fd038f1b3f221446d6e44f5f9b4121a7291e9342" +source = "git+https://github.com/ethcore/js-precompiled.git#b602a14bd982e3ec8afa5b2fa9f6b79505fb6f3a" 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 b693e1565..8485850ce 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.28", + "version": "0.1.29", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",