Skip to content

Commit

Permalink
Updated version information.
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Feb 15, 2013
1 parent d77255c commit d9dddc8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jgrowl.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"notification",
"growl"
],
"version": "1.2.9",
"version": "1.2.10",
"author": {
"name": "Stan Lemon",
"email": "[email protected]",
Expand Down
7 changes: 5 additions & 2 deletions jquery.jgrowl.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
/**
* jGrowl 1.2.9
* jGrowl 1.2.10
*
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
*
* Written by Stan Lemon <[email protected]>
* Last updated: 2013.01.18
* Last updated: 2013.02.14
*
* jGrowl is a jQuery plugin implementing unobtrusive userland notifications. These
* notifications function similarly to the Growl Framework available for
Expand All @@ -14,6 +14,9 @@
* To Do:
* - Move library settings to containers and allow them to be changed per container
*
* Changes in 1.2.10
* - Fix beforeClose to be called in click event
*
* Changes in 1.2.9
* - Fixed BC break in jQuery 2.0 beta
*
Expand Down

0 comments on commit d9dddc8

Please sign in to comment.