From 084492e71e76e5d6eafc1d637a16b1881ae899c0 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Thu, 3 Nov 2016 21:51:28 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161103-215018 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ac95abf8..608a70743 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#9ba6f6a2f092a2b61b0ceec6f8c1df988ef33c60" +source = "git+https://github.com/ethcore/js-precompiled.git#e2183e2af80bbe5a488523b4af1968b50ccf014f" 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 21c7c379e..9b9fa541d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.52", + "version": "0.1.53", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",