diff --git a/Cargo.lock b/Cargo.lock index 3c848683f..e52dd26f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2241,7 +2241,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#b4cd42c6a363077d37b3072c550fda5274f74916" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#f7c9d3d713a874b56b6841946e9a4b520d206c60" 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 fe9538c7d..435030388 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.26", + "version": "1.9.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index a03b54e29..5435843f8 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.26", + "version": "1.9.27", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",