Skip to content

Commit

Permalink
bumped version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshGlazebrook committed May 2, 2016
1 parent 0c0c3d6 commit 0df4869
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smart-buffer",
"version": "1.0.5",
"version": "1.0.6",
"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/",
Expand All @@ -14,12 +14,11 @@
"keywords": [
"buffer",
"smart",
"cursor",
"simple",
"serialize",
"packet",
"network",
"null terminated",
"growing"
"cursor",
"simple"
],
"engines": {
"node": ">= 0.10.15",
Expand Down

0 comments on commit 0df4869

Please sign in to comment.