diff --git a/Cargo.lock b/Cargo.lock index dda7fe088..2eac32511 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1751,7 +1751,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#647ecb9bd9087fd5ce882c3d81192d1529280dc3" +source = "git+https://github.com/ethcore/js-precompiled.git#a8269c81444111331d9897234f44869ec638d177" 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 8d963f1a3..f5e741f3c 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.37", + "version": "1.7.38", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",