diff --git a/Cargo.lock b/Cargo.lock index a934bf857..de9d6e922 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1706,7 +1706,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#c0673fa6e5d1cd96136de374ab29c1f119be0645" +source = "git+https://github.com/ethcore/js-precompiled.git#d3afc8594280284e0cc75b8db123ec543085ddc0" 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 5586b988a..8dcbfe263 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.106", + "version": "0.3.107", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",