Skip to content

Commit

Permalink
Incremented version to 2.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed May 13, 2014
1 parent b7b92ec commit bb727c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "pnotify",
"version": "2.0.0",
"version": "2.0.1",
"description": "JavaScript notification plugin.",
"main": [
"pnotify.core.js",
Expand All @@ -23,6 +23,8 @@
"index.html",
"README.md",
"testing.html",
"buildcustom.php"
"buildcustom.php",
"pnotify.tooltip.js",
"pnotify.mobile.js"
]
}
2 changes: 1 addition & 1 deletion pnotify.core.css
@@ -1,6 +1,6 @@
/*
Author : Hunter Perrin
Version : 2.0.0
Version : 2.0.1
Link : http://sciactive.com/pnotify/
*/
/* -- Notice */
Expand Down
4 changes: 2 additions & 2 deletions pnotify.core.js
@@ -1,5 +1,5 @@
/*
PNotify 2.0.0 sciactive.com/pnotify/
PNotify 2.0.1 sciactive.com/pnotify/
(C) 2014 Hunter Perrin
license GPL/LGPL/MPL
*/
Expand Down Expand Up @@ -55,7 +55,7 @@ license GPL/LGPL/MPL
};
$.extend(PNotify.prototype, {
// The current version of PNotify.
version: "2.0.0",
version: "2.0.1",

// === Options ===

Expand Down

0 comments on commit bb727c9

Please sign in to comment.