Skip to content

Commit ffb47b2

Browse files
committed
Increment version number to 3.2.0.
1 parent 61589e2 commit ffb47b2

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

dist/pnotify.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/pnotify.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pnotify",
3-
"version": "3.0.1",
3+
"version": "3.2.0",
44
"main": "dist/pnotify.js",
55
"repository": {
66
"type": "git",

src/pnotify.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
Author : Hunter Perrin
3-
Version : 3.0.1
3+
Version : 3.2.0
44
Link : http://sciactive.com/pnotify/
55
*/
66
/* -- Notice */

src/pnotify.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
PNotify 3.0.1 sciactive.com/pnotify/
2+
PNotify 3.2.0 sciactive.com/pnotify/
33
(C) 2015 Hunter Perrin; Google, Inc.
44
license Apache-2.0
55
*/
@@ -86,7 +86,7 @@ var init = function(root){
8686
};
8787
$.extend(PNotify.prototype, {
8888
// The current version of PNotify.
89-
version: "3.0.1",
89+
version: "3.2.0",
9090

9191
// === Options ===
9292

0 commit comments

Comments
 (0)