diff --git a/Cargo.lock b/Cargo.lock index ecbdf2541..73b96d4b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1508,7 +1508,7 @@ dependencies = [ [[package]] name = "parity-ui-precompiled" version = "1.4.0" -source = "git+https://github.com/ethcore/js-precompiled.git#65547fbf947c10486206a4e9f68384ca5d7e549a" +source = "git+https://github.com/ethcore/js-precompiled.git#74d905a086d0d7d355db1489e13d1ecd52bf2e52" 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 349a92599..b551a6b31 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.3.37", + "version": "0.3.38", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",