From 948980283406843ae6f891b8f31389f6190dc55c Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 15 Apr 2016 17:45:47 -0400 Subject: [PATCH] Upgrade resin-image-write to v3.0.3 (#331) This new version contains a fix for the `stream.push() after EOF` error hit when writing unaligned images. Fixes: https://github.com/resin-io/etcher/issues/307 Signed-off-by: Juan Cruz Viotti --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ec0f9d85..9e5c8ddc 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "lodash": "^4.5.1", "ngstorage": "^0.3.10", "open": "0.0.5", - "resin-image-write": "^3.0.2", + "resin-image-write": "^3.0.3", "resin-zip-image": "^1.1.2", "sudo-prompt": "^2.2.0", "trackjs": "^2.1.16",