Skip to content

Commit a247092

Browse files
committed
bump for release
1 parent 534b5c0 commit a247092

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Compress Commons v0.4.2 [![Build Status](https://travis-ci.org/archiverjs/node-compress-commons.svg?branch=master)](https://travis-ci.org/archiverjs/node-compress-commons) [![Build status](https://ci.appveyor.com/api/projects/status/fx3066dufdpar0it/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-compress-commons/branch/master)
1+
# Compress Commons v1.0.0 [![Build Status](https://travis-ci.org/archiverjs/node-compress-commons.svg?branch=master)](https://travis-ci.org/archiverjs/node-compress-commons) [![Build status](https://ci.appveyor.com/api/projects/status/fx3066dufdpar0it/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-compress-commons/branch/master)
22

33
Compress Commons is a library that defines a common interface for working with archive formats within node.
44

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "compress-commons",
3-
"version": "0.4.2",
3+
"version": "1.0.0",
44
"description": "a library that defines a common interface for working with archive formats within node",
55
"homepage": "https://github.com/archiverjs/node-compress-commons",
66
"author": {
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"buffer-crc32": "^0.2.1",
30-
"crc32-stream": "^0.4.0",
30+
"crc32-stream": "^1.0.0",
3131
"node-int64": "^0.4.0",
3232
"normalize-path": "^2.0.0",
3333
"readable-stream": "^2.0.0"

0 commit comments

Comments
 (0)