Skip to content

Commit

Permalink
Increment version number to 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Apr 24, 2017
1 parent 61589e2 commit ffb47b2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dist/pnotify.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/pnotify.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pnotify",
"version": "3.0.1",
"version": "3.2.0",
"main": "dist/pnotify.js",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/pnotify.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
Author : Hunter Perrin
Version : 3.0.1
Version : 3.2.0
Link : http://sciactive.com/pnotify/
*/
/* -- Notice */
Expand Down
4 changes: 2 additions & 2 deletions src/pnotify.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
PNotify 3.0.1 sciactive.com/pnotify/
PNotify 3.2.0 sciactive.com/pnotify/
(C) 2015 Hunter Perrin; Google, Inc.
license Apache-2.0
*/
Expand Down Expand Up @@ -86,7 +86,7 @@ var init = function(root){
};
$.extend(PNotify.prototype, {
// The current version of PNotify.
version: "3.0.1",
version: "3.2.0",

// === Options ===

Expand Down

0 comments on commit ffb47b2

Please sign in to comment.