diff --git a/Cargo.lock b/Cargo.lock index bc0712a4d..f3bcf6670 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2228,7 +2228,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#e7f15cf2f994b71b18241640c4e996f378e5c4a5" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-v1.git#fae0129b58ed89a125c5d28bca4624b82fa4c283" dependencies = [ "parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2236,7 +2236,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#5892bcc77e0abdadcaf3d6689448d963aa825dfa" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#f0cbc18b6005b4ba6e04464dc9fab83a06dcd87a" 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 954ea012f..b71bfcbb8 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.69", + "version": "1.9.70", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 183d53f58..fa78c88c2 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.69", + "version": "1.9.70", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",