From 843d95966eabd31fc96466e098372987371649f5 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 28 Mar 2017 12:56:58 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170328-125352 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3e7be60ac..3a14e1f51 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1751,7 +1751,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#05a4e30d179ba97f21a037d7508e18ab3e53a8e8" +source = "git+https://github.com/ethcore/js-precompiled.git#afbb6069f678ddeb65c591afba94668357bd601a" dependencies = [ "parity-dapps-glue 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package.json b/js/package.json index 0554d249b..bc7906224 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.39", + "version": "1.7.40", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",