From c2d4ee7555c7f58a8dd2a6e4cf31b3497634531b Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Thu, 5 Jan 2017 20:28:26 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170105-202446 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94db874e3..3f6926b0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1501,7 +1501,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#1c327dfb84d9c2760aed53487c6d05b66aaede2f" +source = "git+https://github.com/ethcore/js-precompiled.git#abe5c67c496d19c3697e603e49a1c8dbf67a7d32" 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 379b4b9cc..1c684c149 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.169", + "version": "0.2.170", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",