diff --git a/Cargo.lock b/Cargo.lock index 4626541da..40b8d97df 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#f4d4d6be2f837e6975f1b8bd059a153438e0735c" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#cdc08ff1ab02f2436e27a82e9af10e45f8629c95" 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 61ab84053..dfc734361 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.31", + "version": "1.9.32", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 1df635e91..a6d4eb39d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.31", + "version": "1.9.32", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",