diff --git a/Cargo.lock b/Cargo.lock index 604a69a44..192f9a125 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1624,7 +1624,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#8ffd65aa7cd10a2e440bd55970cd68d8d07589fd" +source = "git+https://github.com/ethcore/js-precompiled.git#8352b4880cc7d66a8bfe54621da919f6b05c3058" 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 efc5f6ff5..780a0bbdd 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.79", + "version": "0.3.80", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",