diff --git a/Cargo.lock b/Cargo.lock index 926795aa2..8a1032c22 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#6cb3d2d0d2ed97c3f0b873c033872e7c9206f255" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#acdadcbc1df40c4fa2b2aceef97334612fb41496" 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 d66b75688..958692538 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.29", + "version": "1.9.30", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 7364cfe12..3f0ac0448 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.29", + "version": "1.9.30", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",