diff --git a/Cargo.lock b/Cargo.lock index 014704746..56a1865dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1699,7 +1699,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#5bb0ae216eec333a00d6fac3e5f6b253ca5be9c0" +source = "git+https://github.com/ethcore/js-precompiled.git#47da49294ad958933e85a9c4f0f2bb4df5dc47de" 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 ac6513014..1e770ac34 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "1.7.21", + "version": "1.7.22", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",