Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ecmel Ercan authored and Ecmel Ercan committed Aug 21, 2016
1 parent e201d1d commit ea9c07e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Workspace folder archiver.

## Features

- Provides ` Archive Workspace ` command which archives the entire workspace folder.
- Provides ` Archive Folder ` command which archives the entire workspace folder.
- ` .gitignore ` globs are respected.

## Installation
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-archiver",
"displayName": "Archiver",
"description": "Workspace folder archiver",
"version": "0.0.19",
"version": "0.0.20",
"publisher": "ecmel",
"license": "MIT",
"homepage": "https://github.com/ecmel/vscode-archiver",
Expand All @@ -29,7 +29,7 @@
"commands": [
{
"command": "extension.archive",
"title": "Archive Workspace"
"title": "Archive Folder"
}
]
},
Expand Down

0 comments on commit ea9c07e

Please sign in to comment.