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/",