Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Dec 17, 2011
1 parent d5e780f commit 1a0ae90
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

1.4.0 / 2011-12-17
==================

* Changed API: `growl.notify()` -> `growl()`

1.3.0 / 2011-12-17
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/growl.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ exports = module.exports = growl;
* Node-growl version.
*/

exports.version = '1.3.0'
exports.version = '1.4.0'

/**
* Send growl notification _msg_ with _options_.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ "name": "growl",
"version": "1.3.0",
"version": "1.4.0",
"description": "Growl unobtrusive notifications",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./lib/growl.js"
Expand Down

0 comments on commit 1a0ae90

Please sign in to comment.