diff --git a/Cargo.lock b/Cargo.lock index 04ba9f8c4..eafbecbc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2267,7 +2267,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#0b36342d5b42d981a4af64e12f69b93c127256fc" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-v1.git#327fab9606acf130aee0666d151ddc6b0e71b7cb" dependencies = [ "parity-dapps-glue 1.9.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -2275,7 +2275,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#c3d3b073604915852592da29e10245340315241f" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-shell.git#ae29b5d756679bd46f3d8a9883101aa7ec3c0764" 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 688057f88..fd370f095 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.55", + "version": "1.9.56", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index d11bc7f91..f8d88ff3c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.55", + "version": "1.9.56", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",