Skip to content

Commit 2dc92a4

Browse files
committed
bump for release [ci skip]
1 parent 39b4df6 commit 2dc92a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# zip-stream v0.3.6 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)
1+
# zip-stream v0.3.7 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)
22

33
zip-stream is a streaming zip archive 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.
44

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zip-stream",
3-
"version": "0.3.6",
3+
"version": "0.3.7",
44
"description": "a streaming zip archive generator.",
55
"homepage": "https://github.com/ctalkington/node-zip-stream",
66
"author": {

0 commit comments

Comments
 (0)