diff --git a/Cargo.lock b/Cargo.lock index cc02a63e9..05a44cd6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1847,7 +1847,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#6597fc70499226546fdcb35e7c09f9347f4f3c07" +source = "git+https://github.com/paritytech/js-precompiled.git#c48daa735fc9267edfa2452bce3308fa63e1816a" dependencies = [ "parity-dapps-glue 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package.json b/js/package.json index e23ebf9cb..0c4c6dfa9 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.82", + "version": "1.7.83", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",