From 7472bc3570fb74e8bc394b43f975144179a3ad13 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Thu, 12 Oct 2017 18:24:04 +0000 Subject: [PATCH] [ci skip] js-precompiled 20171012-181858 --- 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 aba98d37efc..f55cfd92b4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2372,7 +2372,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#d50539dac1257bd29c507d5545b06aa61dee22c9" +source = "git+https://github.com/paritytech/js-precompiled.git#7f18ddb380a06977d1028501d5930023b5cc9a26" 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 ee461ca2a69..4f2c8eae46e 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.33", + "version": "1.8.34", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index ab561983b58..e33ea066b9b 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.33", + "version": "1.8.34", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",