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 Jan 6, 2014
1 parent 4192ed4 commit 190eacb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
v0.1.0:
date: 2014-01-XX
date: 2014-01-05
changes:
- broke apart logic from archiver into this module.
- implemented basic api for adding entries.
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2014 Chris Talkington, contributors.
Copyright (c) 2014 Chris Talkington, contributors.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
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.0-alpha [![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.0 [![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.0-alpha",
"version": "0.1.0",
"description": "a streaming zip generator.",
"homepage": "https://github.com/ctalkington/node-zip-stream",
"author": {
Expand Down

0 comments on commit 190eacb

Please sign in to comment.