diff --git a/Cargo.lock b/Cargo.lock index f66727d95..69bc55fd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2243,7 +2243,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#54082cb7bdf88e78b9488570ab876d339a58c5bb" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#da7d2879e95a94a840d0005c7e7c6dbfefd5757e" 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 ac125c70d..5e265f166 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.20", + "version": "1.9.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 8812739f9..f3f3364fd 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.20", + "version": "1.9.21", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",