From c0b13f7329d0459310d75e4dacf16aa9e960b7b5 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Thu, 26 Apr 2018 16:57:07 +0200 Subject: [PATCH] 1.5.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f593a30..aadc5b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tar-stream", - "version": "1.5.6", + "version": "1.5.7", "description": "tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.", "author": "Mathias Buus ", "engines": {