Skip to content

Commit bb727c9

Browse files
committed
Incremented version to 2.0.1.
1 parent b7b92ec commit bb727c9

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

bower.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pnotify",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "JavaScript notification plugin.",
55
"main": [
66
"pnotify.core.js",
@@ -23,6 +23,8 @@
2323
"index.html",
2424
"README.md",
2525
"testing.html",
26-
"buildcustom.php"
26+
"buildcustom.php",
27+
"pnotify.tooltip.js",
28+
"pnotify.mobile.js"
2729
]
2830
}

pnotify.core.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
Author : Hunter Perrin
3-
Version : 2.0.0
3+
Version : 2.0.1
44
Link : http://sciactive.com/pnotify/
55
*/
66
/* -- Notice */

pnotify.core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
PNotify 2.0.0 sciactive.com/pnotify/
2+
PNotify 2.0.1 sciactive.com/pnotify/
33
(C) 2014 Hunter Perrin
44
license GPL/LGPL/MPL
55
*/
@@ -55,7 +55,7 @@ license GPL/LGPL/MPL
5555
};
5656
$.extend(PNotify.prototype, {
5757
// The current version of PNotify.
58-
version: "2.0.0",
58+
version: "2.0.1",
5959

6060
// === Options ===
6161

0 commit comments

Comments
 (0)