From 332a45846dba2b4650fd3668ae82e19e86c13ab4 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 6 Jan 2017 14:46:06 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170106-144307 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 966ada42b..86f7cef57 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#fee5af5a5c915719dab3ae4507b88262bc79d7f7" +source = "git+https://github.com/ethcore/js-precompiled.git#a74caf6d8fe4b3371b291fb47f15c043504ef738" 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 218452bf6..13e03f0c7 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.172", + "version": "0.2.173", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",