From 496a6dcfa0f8cd26e84a94fde1a65bf057e4d134 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Thu, 23 Feb 2017 14:21:06 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170223-141355 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41c1db85f..366056581 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1702,7 +1702,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#a1a6335255f6c93ee206736b35a952dccd9f59fd" +source = "git+https://github.com/ethcore/js-precompiled.git#e45e4bd823184f47f00d14a8992fc8467a69b11d" 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 e5af4dc0f..00a5dd4b3 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.99", + "version": "0.3.100", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",