From 7fd2c158a4c74f4e320b66e2b10d53955c5e8430 Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Tue, 13 Jan 2015 02:53:47 +0100 Subject: [PATCH] Update module version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a07d6e..3f320e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stream-length", - "version": "1.0.0", + "version": "1.0.1", "description": "For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.", "main": "index.js", "scripts": {