diff --git a/Cargo.lock b/Cargo.lock index 5f47e0eef..e9dff6ce4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1702,7 +1702,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#02082131051a0dd614043173e6d673955d605676" +source = "git+https://github.com/ethcore/js-precompiled.git#0b595e0b7808ed8e4a26b3bbdde1b1937fc44d12" 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 23dfb41f5..cbe6736cd 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.97", + "version": "0.3.98", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",