diff --git a/Cargo.lock b/Cargo.lock index 5fa259577..7908d002b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2250,7 +2250,7 @@ dependencies = [ [[package]] name = "parity-ui-old-precompiled" version = "1.9.0" -source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-v1.git#463b88f729e578e5093fc5f1d10317339b41e640" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-v1.git#8b16781df0236d72989aff7f77284853a78b48d8" dependencies = [ "parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2258,7 +2258,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#0b2203d88bf7e943a6dbbcb700ccc1c7818aada5" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#7ed9768cf7414876a17448304355c733197f97a3" 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 5da168f9e..205532c31 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.61", + "version": "1.9.62", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 7544326f6..867af4751 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.61", + "version": "1.9.62", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",