From bc2ebdc564f14a32496e005769225f238a36e504 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Thu, 12 Jan 2017 13:07:28 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170112-130413 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 27a5e0a51..d4a30a994 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#73497e202735f4a6d2bf55de6509fc010419871b" +source = "git+https://github.com/ethcore/js-precompiled.git#aab0277bb2367a593ea69e9461e44d35eb1bc036" 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 f70e9b9be..47394a07c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.184", + "version": "0.2.185", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",