From 9a78ee0ba71f7db94309eaf349724051324e92c1 Mon Sep 17 00:00:00 2001 From: Chris Talkington Date: Wed, 15 Jan 2014 11:16:30 -0600 Subject: [PATCH] bump version. [ci skip] --- CHANGELOG | 4 ++++ README.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a6228db1..596783a9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +v0.5.1: + date: 2014-01-15 + changes: + - adjust when module output is piped. (GH #57) v0.5.0: date: 2014-01-10 changes: diff --git a/README.md b/README.md index e52e05c1..a1545cf3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Archiver v0.5.0 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver) +# Archiver v0.5.1 [![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. diff --git a/package.json b/package.json index a5cc3b7e..749fd544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "archiver", - "version": "0.5.0", + "version": "0.5.1", "description": "Creates Archives (ZIP) via Node Streams.", "homepage": "https://github.com/ctalkington/node-archiver", "author": {