File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 11/*
22Author : Hunter Perrin
3- Version : 2.0.0
3+ Version : 2.0.1
44Link : http://sciactive.com/pnotify/
55*/
66/* -- Notice */
Original file line number Diff line number Diff line change 11/*
2- PNotify 2.0.0 sciactive.com/pnotify/
2+ PNotify 2.0.1 sciactive.com/pnotify/
33(C) 2014 Hunter Perrin
44license 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
You can’t perform that action at this time.
0 commit comments