From 1255105490a5e2e8446c8cb4a63c2888bd1fd8b3 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Mon, 31 Oct 2016 12:49:10 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161031-124811 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abe443589..16fad0ada 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1235,7 +1235,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#b308ec2f365b4fdbfbb9d641a85ffe176334c7dd" +source = "git+https://github.com/ethcore/js-precompiled.git#e334fb139b519b456e659f2a06aec1cde90fc1fd" 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 17ec60234..f247c5e11 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.12", + "version": "0.1.13", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",