diff --git a/Cargo.lock b/Cargo.lock index 82ed80847..ecbdf2541 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#56e72bb1346ca75a9750fcd106a45acc5f08c39d" +source = "git+https://github.com/ethcore/js-precompiled.git#65547fbf947c10486206a4e9f68384ca5d7e549a" dependencies = [ "parity-dapps-glue 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/js/package.json b/js/package.json index 6040afb4a..349a92599 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.36", + "version": "0.3.37", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",