Skip to content

Commit

Permalink
bump version for release. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Aug 18, 2013
1 parent 4c51fc8 commit 9ea8eb1
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
Expand Up @@ -2,6 +2,10 @@ v0.5.0:
date: 2013-XX-XX
changes:
- (in development; release date estimated)
v0.4.8:
date: 2013-08-18
changes:
- iconv-lite is more than a devDep. (GH #42)
v0.4.7:
date: 2013-08-18
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.4.7 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)
# Archiver v0.4.8 [![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. Depends on Node's built-in zlib module for compression available since version 0.6.3.

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

0 comments on commit 9ea8eb1

Please sign in to comment.