From 97e60a6e9c599a6f6a98b5c9ced8bae9e065aa5f Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Wed, 7 Dec 2016 04:28:25 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161207-042556 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 71afad66c..bf8105642 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1271,7 +1271,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#4fe013e6deffc1694b8171231f2c5450e9faacdb" +source = "git+https://github.com/ethcore/js-precompiled.git#57f5bf943f24cf761ba58c1bea35a845e0b12414" 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 ed4c7c782..6f984d901 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.93", + "version": "0.2.94", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",