From 9f74c76f0731bd457ad1bb77472a79ece15156ee Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 22 Nov 2016 16:25:02 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161122-162239 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 18d0aa55c..b1fa0a098 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#e005d40a1049dd1fd5d5543075f1fb66008c431c" +source = "git+https://github.com/ethcore/js-precompiled.git#f8dba85e17d32860d4070fb444fa5cf13bcc6b3c" 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 ab56e4035..3d50bc587 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.62", + "version": "0.2.63", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",