From 9325fe44f37d3b372259102ffc6c36a1fd052883 Mon Sep 17 00:00:00 2001 From: GitLab Build Bot Date: Tue, 8 Nov 2016 23:48:24 +0000 Subject: [PATCH] [ci skip] js-precompiled 20161108-234705 --- Cargo.lock | 2 +- js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b69b439c2..8b11ea606 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#4c885041fd0bbb0ef012a97679abad3d04802713" +source = "git+https://github.com/ethcore/js-precompiled.git#5d1134b5f836aafccb648e300817524081ac91e3" 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 2163889b5..7a7748ad6 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "parity.js", - "version": "0.2.20", + "version": "0.2.21", "main": "release/index.js", "jsnext:main": "src/index.js", "author": "Parity Team ",