From 6b85d58ae733750c485982793c9b479776c0e2b8 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Sun, 30 Oct 2016 14:42:20 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161030-144119 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f5dd2601..ed7044ba6 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#40526fa76637935ab2dcbafcbafa9bbb7999d7cd" +source = "git+https://github.com/ethcore/js-precompiled.git#52ebdd068617632f11ff9e4d80614d77eaad48e6" 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 4c5e236ab..fb2945342 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.3", + "version": "0.1.4", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",