From 3addae9313080277c15c02a2e58a74b15526d3b8 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 15 Nov 2016 19:50:43 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161115-194902 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 036deaa64..614ce6cf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#b4df3bd592651729716ec38577410f7c1e767007" +source = "git+https://github.com/ethcore/js-precompiled.git#8442c38ad6b1b513d65506e0b859de0e34045fd1" 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 200de6ee6..e6122228c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.46", + "version": "0.2.47", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",