From 0abc2b1374f4746dc2ae3f3587f414d1525279aa Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Wed, 25 Oct 2017 17:37:10 +0000 Subject: [PATCH] [ci skip] js-precompiled 20171025-172424 --- 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 3a9f54190..a4dab12a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2239,7 +2239,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.9.0" -source = "git+https://github.com/paritytech/js-precompiled.git#5f042d69221d8670ae9e97883ee7917cd59dff86" +source = "git+https://github.com/paritytech/js-precompiled.git#9ad7b44329a3f802f2690ba9ea5d579199e6aab5" dependencies = [ "parity-dapps-glue 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package-lock.json b/js/package-lock.json index 459f149f9..6eec5004b 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.2", + "version": "1.9.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 1771baf55..d0723c0c0 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.2", + "version": "1.9.3", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",