From cc759530fe40f117c645ff1d92abb6b0d58ce649 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 26 Sep 2017 13:40:38 +0000 Subject: [PATCH] [ci skip] js-precompiled 20170926-133548 --- Cargo.lock | 2 +- js/package-lock.json | 2 +- js/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21c36cf58..f8e7c89eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2326,7 +2326,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#57b38ef7371362d5bebbf558c998c6d4050de074" +source = "git+https://github.com/paritytech/js-precompiled.git#65e8765dc8df7a0b23894c695a9f6be8138a1d1c" dependencies = [ "parity-dapps-glue 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package-lock.json b/js/package-lock.json index be9b1eb3f..2e1c4bdb8 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.23", + "version": "1.8.24", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index f23fbe9db..542563f86 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.23", + "version": "1.8.24", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",