Skip to content

Commit

Permalink
bump for release [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Jun 27, 2014
1 parent a6beacd commit 8457f45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# zip-stream v0.3.4 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)
# zip-stream v0.3.5 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)

zip-stream is a streaming zip archive generator. It was built to be a successor to [zipstream](https://npmjs.org/package/zipstream). Dependencies are kept to a minimum through the use of many of node's built-in modules including the use of zlib module for compression.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zip-stream",
"version": "0.3.4",
"version": "0.3.5",
"description": "a streaming zip archive generator.",
"homepage": "https://github.com/ctalkington/node-zip-stream",
"author": {
Expand Down Expand Up @@ -51,4 +51,4 @@
"zip-stream",
"zip"
]
}
}

0 comments on commit 8457f45

Please sign in to comment.