diff --git a/Cargo.lock b/Cargo.lock index e8de6f615..aec14226a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2222,7 +2222,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#78f0af2479807e209d72e25e9826c8b31285eba1" +source = "git+https://github.com/js-dist-paritytech/parity-master-1-9-v1.git#4ed6ea01747806d8f7f3a52717a80573bd1c9ed2" 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 f82aae3ba..ec2dbfb53 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.13", + "version": "1.9.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 135098628..3d92d1099 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "Parity", - "version": "1.9.13", + "version": "1.9.14", "main": "src/index.parity.js", "jsnext:main": "src/index.parity.js", "author": "Parity Team ",