Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Mar 15, 2011
1 parent 3a05c0d commit 5b2aabb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

1.1.0 / 2011-03-15
==================

* Added optional callbacks
* Added parsing of version

1.0.1 / 2010-03-26
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/growl.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var exec = require('child_process').exec
* Node-growl version.
*/

exports.version = '1.0.2'
exports.version = '1.1.0'

/**
* Fetch the binary version when available.
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.0.2",
"version": "1.1.0",
"description": "Growl unobtrusive notifications",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"main": "./lib/growl.js"
Expand Down

0 comments on commit 5b2aabb

Please sign in to comment.