diff --git a/Cargo.lock b/Cargo.lock index fe53dbe7f..a48aac0e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2343,7 +2343,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#6916f0be0012898f29d3e949a41be0daafee08af" +source = "git+https://github.com/paritytech/js-precompiled.git#9f49cabf010c9b3a5215d58d19d3aa5d5b88c6c2" dependencies = [ "parity-dapps-glue 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package-lock.json b/js/package-lock.json index 20f872271..95f77af97 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.25", + "version": "1.8.26", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/js/package.json b/js/package.json index 05f9291b9..a323b8900 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.8.25", + "version": "1.8.26", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",