diff --git a/Cargo.lock b/Cargo.lock index 1b8895ba7..fc761522a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1235,7 +1235,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#06a059b17388ab15469879534e2e32de5762b0cb" +source = "git+https://github.com/ethcore/js-precompiled.git#fd038f1b3f221446d6e44f5f9b4121a7291e9342" 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 3507baff3..b693e1565 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.27", + "version": "0.1.28", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",