diff --git a/Cargo.lock b/Cargo.lock index d17b75c43..cbb85572f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1553,7 +1553,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#6d27795a53494f201905f512e3c41d497ce03c54" +source = "git+https://github.com/ethcore/js-precompiled.git#f79c8ca30126b57c951560fefe29764fd7cad0ee" 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 a9aa63386..a702f2795 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.64", + "version": "0.3.65", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",