From d36303365f6cd4e47b482489978765caee2ba064 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 10 Feb 2017 07:56:35 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170210-075200 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3eca52897..4c368e0dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1623,7 +1623,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#8d3275d4b227ea47558d6d8c423cc23b6bb504f3" +source = "git+https://github.com/ethcore/js-precompiled.git#086ef689513b478463289c5b5845fb6a232f17ec" 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 590808e3e..66b4de382 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.77", + "version": "0.3.78", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",