summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-05-05 09:37:14 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-05-05 09:37:14 -0400
commit8a7c2d926cfa7cb3b44eeb19a27e695b7387b3aa (patch)
tree54abb35e29697e48a0a7837e16742de3aec93649
parent11f3f16d56528bb9880e9b021f0632c4f02bcd40 (diff)
downloadjQuery-Timepicker-Addon-8a7c2d926cfa7cb3b44eeb19a27e695b7387b3aa.zip
jQuery-Timepicker-Addon-8a7c2d926cfa7cb3b44eeb19a27e695b7387b3aa.tar.gz
jQuery-Timepicker-Addon-8a7c2d926cfa7cb3b44eeb19a27e695b7387b3aa.tar.bz2
New dev version
-rw-r--r--component.json2
-rw-r--r--index.html2
-rw-r--r--jquery-ui-timepicker-addon.js6
3 files changed, 5 insertions, 5 deletions
diff --git a/component.json b/component.json
index d5d5168..efcbec5 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
{
"name": "jquery-timepicker-addon",
- "version": "1.3",
+ "version": "1.3.1",
"repository": {
"type": "git",
"url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git"
diff --git a/index.html b/index.html
index cd5ce08..7434a83 100644
--- a/index.html
+++ b/index.html
@@ -129,7 +129,7 @@
<br />
<h3>Version</h3>
- <p>Version 1.3</p>
+ <p>Version 1.3.1</p>
<p>Last updated on 05/05/2013</p>
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly. </p>
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index 5a5850f..33a1546 100644
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -1,7 +1,7 @@
/*
* jQuery timepicker addon
* By: Trent Richardson [http://trentrichardson.com]
- * Version 1.3
+ * Version 1.3.1-dev
* Last Modified: 05/05/2013
*
* Copyright 2013 Trent Richardson
@@ -27,7 +27,7 @@
*/
$.extend($.ui, {
timepicker: {
- version: "1.3"
+ version: "1.3.1"
}
});
@@ -2098,6 +2098,6 @@
/*
* Keep up with the version
*/
- $.timepicker.version = "1.3";
+ $.timepicker.version = "1.3.1";
})(jQuery);