Skip to content

Commit 3464f2d

Browse files
committed
bump version for release. [ci skip]
1 parent eb17618 commit 3464f2d

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
v0.4.10:
2+
date: 2013-09-28
3+
changes:
4+
- tar: fix handling of numeric values. (GH #45)
5+
- formats: add format specs.
6+
- misc doc and test refactoring.
17
v0.4.9:
28
date: 2013-09-02
39
changes:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Archiver v0.4.9 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)
1+
# Archiver v0.4.10 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)
22

33
Creates Archives (Zip, Tar) via Node Streams. Depends on Node's built-in zlib module for compression available since version 0.6.3.
44

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archiver",
3-
"version": "0.4.9",
3+
"version": "0.4.10",
44
"description": "Creates Archives (ZIP) via Node Streams.",
55
"homepage": "https://github.com/ctalkington/node-archiver",
66
"author": {

0 commit comments

Comments
 (0)