From 08d92fe3aa40267430e91121f158647d1a5be020 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 4 Nov 2016 22:31:01 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161104-222946 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45f8603c8..986754370 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#43870a913c292d258df8bc2a4ad5c18a8e6a3f78" +source = "git+https://github.com/ethcore/js-precompiled.git#ff854bd835211d845b833c46285d08d34701168c" 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 ae68ef370..84a512168 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.6", + "version": "0.2.7", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",