From 812017f9b3b3dccac609e788a72c7b8bc32fb91e Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 14 Feb 2017 22:00:39 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170214-215513 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index faed42dcd..949b3fba2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1606,7 +1606,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#ec5da356aeb6b7598a27bc07b535e5795f0c82be" +source = "git+https://github.com/ethcore/js-precompiled.git#acdd023610ac819b69b14d6464879497aff53c85" 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 d09483c0e..81610dccf 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.84", + "version": "0.3.85", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",