Skip to content

Commit

Permalink
bump version. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Jan 11, 2014
1 parent 07fe041 commit dad6557
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v0.1.3:
date: 2014-01-10
changes:
- see git log for more info.
v0.1.2:
date: 2014-01-10
changes:
Expand Down
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.1.2 [![Build Status](https://secure.travis-ci.org/ctalkington/node-zip-stream.png?branch=master)](http://travis-ci.org/ctalkington/node-zip-stream)
# zip-stream v0.1.3 [![Build Status](https://secure.travis-ci.org/ctalkington/node-zip-stream.png?branch=master)](http://travis-ci.org/ctalkington/node-zip-stream)

zip-stream is a streaming zip 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zip-stream",
"version": "0.1.2",
"version": "0.1.3",
"description": "a streaming zip generator.",
"homepage": "https://github.com/ctalkington/node-zip-stream",
"author": {
Expand Down

0 comments on commit dad6557

Please sign in to comment.