Skip to content

Commit

Permalink
I screwed up npm registry versions, let's use v0.3.0 (and later) as a…
Browse files Browse the repository at this point in the history
… good starting point
  • Loading branch information
dherges committed Dec 29, 2014
1 parent 239c452 commit 542bb12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ The callback takes two parameters: the ```data``` object that the bower command

## Release History

* 2014-12-29   v0.3.0   NPM registry version fixes. I encourage you to use v0.3.0 and later.
* 2014-12-29   v0.2.1   Filter events by bower command (see [issue #2]("https://github.com/dherges/grunt-bower-event/issues/2" "Issue #2")).
* 2014-08-25   v0.2.0   Publish a version to npm registry.
* 2013-07-11   v0.1.0   First version.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-bower-event",
"description": "Now Grunt is talking your Bower language, listening for answers.",
"version": "0.2.1",
"version": "0.3.0",
"homepage": "https://github.com/dherges/grunt-bower",
"author": {
"name": "David Herges",
Expand Down

0 comments on commit 542bb12

Please sign in to comment.