From ca4aa42615d69ae3a74dbc8f1828af193e0c1b9b Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Sat, 3 Dec 2016 06:23:18 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161203-062111 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4590c618..c297f14c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1263,7 +1263,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#8e1df74f8ba632dd0d1414b576228497cd0de83a" +source = "git+https://github.com/ethcore/js-precompiled.git#2b2edec89ee2d8c020a7c15b4217ff4a8a9fb746" 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 6c56615f9..e4f495386 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.87", + "version": "0.2.88", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",