From 0e9d70a85ddc991798c76c8b45da8dc42260bb25 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Sat, 5 Nov 2016 05:34:04 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161105-053249 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 986754370..0219e1023 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#ff854bd835211d845b833c46285d08d34701168c" +source = "git+https://github.com/ethcore/js-precompiled.git#04810ed1239a9e12170ec68c762706c61c0b0ecd" 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 84a512168..3569531e6 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.7", + "version": "0.2.8", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",