Skip to content

Commit

Permalink
version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctalkington committed Sep 23, 2012
1 parent e29ea0b commit 0d15979
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -17,7 +17,7 @@ This defines what files this task will copy and should contain key:value pairs.

The key (destination) should be an unique path (supports [grunt.template](https://github.com/cowboy/grunt/blob/master/docs/api_template.md)) and the value (source) should be a filepath or an array of filepaths (supports [minimatch](https://github.com/isaacs/minimatch)).

As of v0.2.2, when copying to a directory you must add a trailing slash to the destination due to added support of single file copy.
As of v0.3.0, when copying to a directory you must add a trailing slash to the destination due to added support of single file copy.

##### options ```object```

Expand Down Expand Up @@ -78,7 +78,7 @@ copy: {

## Release History

* 2012/09/24 - v0.2.5 - general cleanup and consolidation.
* 2012/09/24 - v0.3.0 - general cleanup and consolidation. global options depreciated.
* 2012/09/18 - v0.2.4 - no valid source check.
* 2012/09/17 - v0.2.3 - path.sep fallback for node <= 0.7.9.
* 2012/09/17 - v0.2.2 - single file copy support. test refactoring.
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-copy",
"description": "Copy files and folders.",
"version": "0.2.5-alpha",
"version": "0.3.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-copy",
"author": {
"name": "Chris Talkington",
Expand All @@ -28,13 +28,13 @@
"test": "grunt test"
},
"dependencies": {
"grunt-contrib-lib": "~0.2.0"
"grunt-contrib-lib": "~0.3.0"
},
"devDependencies": {
"grunt": "~0.3.15",
"grunt-contrib-clean": "~0.2.0"
"grunt-contrib-clean": "~0.3.0"
},
"keywords": [
"gruntplugin"
]
}
}

0 comments on commit 0d15979

Please sign in to comment.