From 6c3b9327dd25121cc9d95ccc0e65819a110f5913 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 3 Jan 2017 16:50:54 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170103-164739 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f818e4846..a48786b68 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1500,7 +1500,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#1b82b5f0d694fb2d3da71d7b0357dc50c2229d9a" +source = "git+https://github.com/ethcore/js-precompiled.git#47b5f911967d89b81b4a202c0df4c6d588a34d3c" 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 294278384..127e3ab02 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.163", + "version": "0.2.164", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",