diff --git a/Cargo.lock b/Cargo.lock index ed7044ba6..92fb0f8d5 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#52ebdd068617632f11ff9e4d80614d77eaad48e6" +source = "git+https://github.com/ethcore/js-precompiled.git#eec3d41e6fd1a10e4d69470a9e8c2a7b1b464466" 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 fb2945342..ecd749792 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.4", + "version": "0.1.5", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",