From 1a6f23ad2bfaf135628a525c02f1b82601be8407 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 21 Mar 2017 14:58:06 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170321-145513 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8f6636b45..014704746 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1699,7 +1699,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#18fe217afb0c47fc54f9972fe87b8592b330a2e7" +source = "git+https://github.com/ethcore/js-precompiled.git#5bb0ae216eec333a00d6fac3e5f6b253ca5be9c0" 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 c8de94346..ac6513014 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.20", + "version": "1.7.21", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",