From 61ca101af5e405fb197729c6d97c56de7c4ca2b2 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 13 Nov 2013 18:02:23 -0800 Subject: [PATCH] 1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9470190..12f5893 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "smart-buffer", - "version": "1.0.0", + "version": "1.0.1", "description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.", "main": "lib/smart-buffer.js", "homepage": "https://github.com/JoshGlazebrook/smart-buffer/",