Skip to content

Commit

Permalink
bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Apr 6, 2016
1 parent 00c5dcd commit 6e90767
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Archiver v0.21.0
# Archiver v1.0.0

[![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)

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

## Custom Formats
## Formats

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

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "archiver",
"version": "0.21.0",
"version": "1.0.0",
"description": "a streaming interface for archive generation",
"homepage": "https://github.com/archiverjs/node-archiver",
"author": {
Expand Down Expand Up @@ -29,14 +29,14 @@
"bench": "node benchmark/simple/pack-zip.js"
},
"dependencies": {
"archiver-utils": "^0.3.0",
"archiver-utils": "^1.0.0",
"async": "^1.5.0",
"buffer-crc32": "^0.2.1",
"glob": "^7.0.0",
"lodash": "^4.8.0",
"readable-stream": "^2.0.0",
"tar-stream": "^1.5.0",
"zip-stream": "^0.8.0"
"zip-stream": "^1.0.0"
},
"devDependencies": {
"archiver-jsdoc-theme": "^1.0.0",
Expand Down

0 comments on commit 6e90767

Please sign in to comment.