From 25631893163a5bdde6791445256428af31a87b21 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 4 Nov 2016 17:06:13 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161104-170459 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e557eed33..b730302ea 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#5b8f2816aef4f6fa970c5ca0947b07eda248a40d" +source = "git+https://github.com/ethcore/js-precompiled.git#1c46ef690c59e67701c6e3f2f8b431f4288c0e47" 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 343463892..16f875581 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.1", + "version": "0.2.2", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",