diff --git a/Cargo.lock b/Cargo.lock index f9063a4e2..ac82abc95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2230,7 +2230,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#6b6bd7c5278d33688fd0c71fb465cb025793d96b" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#0c22152d8a65acb029e36a24bbd6ae4d18ac2c2b" 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 2c3aa2dfb..781553096 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.15", + "version": "1.9.16", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index f80d7660f..e7827c630 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.15", + "version": "1.9.16", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",