diff --git a/Cargo.lock b/Cargo.lock index 1ab5955b0..bf36755b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1833,7 +1833,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/paritytech/js-precompiled.git#3a722398ec4304c6abd00690488f98c22cbe1251" +source = "git+https://github.com/paritytech/js-precompiled.git#7dc30d69a4e15b1fc22d3d25939a177f0979df07" 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 85a6baf02..36fc6754e 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.95", + "version": "1.7.96", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",