diff --git a/Cargo.lock b/Cargo.lock index 8b11ea606..34afa6a13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1249,7 +1249,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#5d1134b5f836aafccb648e300817524081ac91e3" +source = "git+https://github.com/ethcore/js-precompiled.git#2508e1385a551abea3e884ce958b82a7a8bc4955" 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 7a7748ad6..ee179359f 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.21", + "version": "0.2.22", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",