From 99625c14a08837a9d0dd005c46e79b780578f0e8 Mon Sep 17 00:00:00 2001 From: Mathias Buus Date: Sat, 21 Dec 2013 03:11:44 +0100 Subject: [PATCH] v0.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 209a108..82a71e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tar-stream", - "version": "0.2.0", + "version": "0.2.1", "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": "git://github.com:mafintosh/tar-stream.git", "author": "Mathias Buus ",