diff --git a/Cargo.lock b/Cargo.lock index ab45a5569..61c5bd4e1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2254,7 +2254,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.9.0" -source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#6a38ffbf3977d86b6fd15e47e1fc283ca37f0854" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#87ffdccd6b02879cf929c3f36196db05a87dd6f5" dependencies = [ "parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package-lock.json b/js/package-lock.json index 508b47ded..092fefabb 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.36", + "version": "1.9.37", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 052118a24..e2a03fefe 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.36", + "version": "1.9.37", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",