Skip to content

Commit 6e90767

Browse files
committed
bump version for release.
1 parent 00c5dcd commit 6e90767

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Archiver v0.21.0
1+
# Archiver v1.0.0
22

33
[![Build Status](https://travis-ci.org/archiverjs/node-archiver.svg?branch=master)](https://travis-ci.org/archiverjs/node-archiver) [![Build status](https://ci.appveyor.com/api/projects/status/38kqu3yp159nodxe/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-archiver/branch/master)
44

@@ -19,7 +19,7 @@ var archiver = require('archiver');
1919
var archive = archiver.create('zip', {}); // or archiver('zip', {});
2020
```
2121

22-
## Custom Formats
22+
## Formats
2323

2424
Archiver ships with out of the box support for TAR and ZIP archives.
2525

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "archiver",
3-
"version": "0.21.0",
3+
"version": "1.0.0",
44
"description": "a streaming interface for archive generation",
55
"homepage": "https://github.com/archiverjs/node-archiver",
66
"author": {
@@ -29,14 +29,14 @@
2929
"bench": "node benchmark/simple/pack-zip.js"
3030
},
3131
"dependencies": {
32-
"archiver-utils": "^0.3.0",
32+
"archiver-utils": "^1.0.0",
3333
"async": "^1.5.0",
3434
"buffer-crc32": "^0.2.1",
3535
"glob": "^7.0.0",
3636
"lodash": "^4.8.0",
3737
"readable-stream": "^2.0.0",
3838
"tar-stream": "^1.5.0",
39-
"zip-stream": "^0.8.0"
39+
"zip-stream": "^1.0.0"
4040
},
4141
"devDependencies": {
4242
"archiver-jsdoc-theme": "^1.0.0",

0 commit comments

Comments
 (0)