diff --git a/Cargo.lock b/Cargo.lock index bbb87c3c6..3f5dd2601 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#6edb30ec44dba32f4b8a9355bf6ed140e892ad80" +source = "git+https://github.com/ethcore/js-precompiled.git#40526fa76637935ab2dcbafcbafa9bbb7999d7cd" 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 dc540e6ab..4c5e236ab 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.1.2", + "version": "0.1.3", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",