From 12aadc3e2a618088710b76821a4e6216d391c926 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 31 Jan 2017 16:01:16 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170131-155752 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 950095d21..82ed80847 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#16fdb7060258079435067412e4af95013de3b931" +source = "git+https://github.com/ethcore/js-precompiled.git#56e72bb1346ca75a9750fcd106a45acc5f08c39d" 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 ba423017c..6040afb4a 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.35", + "version": "0.3.36", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",