From 85e9091b29a9d9b54d2f6243489a73bb968a6485 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 3 Feb 2017 13:36:20 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170203-133154 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e3e4de0b..d2c365632 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1553,7 +1553,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#e3fecc1ecd774e30542280c9969b6ff5bfdb3a2a" +source = "git+https://github.com/ethcore/js-precompiled.git#416d00db677b8219f7548bb4dfa2f25c4b19f36e" 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 c3d6fc345..9eb0cd804 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.61", + "version": "0.3.62", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",