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 bca7410 commit 0adb180
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
v0.5.0:
date: 2013-12-XX
date: 2014-01-10
changes:
- removal of node v0.6 support.
- new file() and bulk() helpers.
- new json format module for testing.
- experimental zip file mode support.
- massive overhaul to become more modular.
- removal of addFile.
- (currently in alpha)
- and much more. check out git log.
v0.4.10:
date: 2013-09-28
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 @@
# Archiver v0.5.0-alpha [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)
# Archiver v0.5.0 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)

Creates Archives (Zip, Tar) via Node Streams.

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": "archiver",
"version": "0.5.0-alpha",
"version": "0.5.0",
"description": "Creates Archives (ZIP) via Node Streams.",
"homepage": "https://github.com/ctalkington/node-archiver",
"author": {
Expand Down

0 comments on commit 0adb180

Please sign in to comment.