Skip to content

Commit

Permalink
Incremented version to 1.3.0. Closes #90.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Mar 13, 2014
1 parent bfe4003 commit 7b1f229
Show file tree
Hide file tree
Showing 6 changed files with 40 additions and 38 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "pnotify",
"version": "1.2.0",
"version": "1.3.0",
"description": "JavaScript notification plugin.",
"main": [
"jquery.pnotify.js",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -824,7 +824,7 @@
<h1>PNotify</h1>
<p id="description">JavaScript notifications for Bootstrap or jQuery UI.</p>
<div>
<a class="btn btn-primary btn-large" href="https://sourceforge.net/projects/pines/files/pnotify/1.2/pnotify-1.2.2.zip/download" target="_blank">Download PNotify 1.2</a>
<a class="btn btn-primary btn-large" href="download" target="_blank">Download PNotify 1.3</a>
<a class="right-button btn btn-default btn-large" href="http://github.com/sciactive/pnotify" target="_blank" title="Fork me on GitHub">PNotify on GitHub <img src="includes/github-icon.png" alt="GitHub Icon" /></a>
<br /><br />
<a style="margin: 0 8px;" data-toggle="modal" href="#using">Using PNotify</a>
Expand Down
2 changes: 1 addition & 1 deletion jquery.pnotify.default.css
Expand Up @@ -2,7 +2,7 @@
Document : jquery.pnotify.default.css
Created on : Nov 23, 2009, 3:14:10 PM
Author : Hunter Perrin
Version : 1.2.2
Version : 1.3.0
Link : http://sciactive.com/pnotify/
Description:
Default styling for PNotify jQuery plugin.
Expand Down
2 changes: 1 addition & 1 deletion jquery.pnotify.default.icons.css
Expand Up @@ -2,7 +2,7 @@
Document : jquery.pnotify.default.icons.css
Created on : Nov 24, 2009, 2:58:21 PM
Author : Hunter Perrin
Version : 1.2.2
Version : 1.3.0
Link : http://sciactive.com/pnotify/
Description:
PIcon styling for PNotify.
Expand Down
6 changes: 3 additions & 3 deletions jquery.pnotify.js
@@ -1,8 +1,8 @@
/*
* jQuery PNotify Plugin 1.2.2
* jQuery PNotify Plugin 1.3.0
*
* http://sciactive.com/pnotify/
* Copyright (c) 2009-2012 Hunter Perrin
* Copyright (c) 2009-2014 Hunter Perrin
*
* Triple license under the GPL, LGPL, and MPL:
* http://www.gnu.org/licenses/gpl.html
Expand Down Expand Up @@ -291,7 +291,7 @@
pnotify.container.addClass("ui-pnotify-shadow");

// The current version of PNotify.
pnotify.pnotify_version = "1.2.2";
pnotify.pnotify_version = "1.3.0";

// This function is for updating the notice.
pnotify.pnotify = function(options) {
Expand Down

0 comments on commit 7b1f229

Please sign in to comment.