From b51602478a26458e17ca9d8f72fb9ccd8db5e8eb Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Tue, 23 Sep 2014 21:16:45 -0700 Subject: [PATCH] 1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b189da2..ca6daf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tar-stream", - "version": "0.4.7", + "version": "1.0.0", "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.", "repository": { "type": "git",