From 5817cfdf41f2ae32ca3db45be6fc3d0e9f4e199b Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Fri, 24 Feb 2017 11:58:15 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170224-115159 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62412092d..2db4ee2ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#00db25396ea1a134492e6eda6bf27b5f9ecad88f" +source = "git+https://github.com/ethcore/js-precompiled.git#e62f236550c1b06e6e9e3fb1fbd9dcc0518673ff" 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 6f23e0bf5..c0516eb0b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.101", + "version": "0.3.102", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",