summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-01-19 09:07:42 -0500
committerTrent Richardson <trentdrichardson@gmail.com>2013-01-19 09:07:42 -0500
commit394d09a2c32e1c7b9e8fea2615c3efb267ef1c77 (patch)
tree1ecba83161173b2f501163b4fa2d8b2b0552704e
parent8041ecb1c9354ddc68524e8a0d05beb8c3d9150f (diff)
downloadjQuery-Timepicker-Addon-394d09a2c32e1c7b9e8fea2615c3efb267ef1c77.zip
jQuery-Timepicker-Addon-394d09a2c32e1c7b9e8fea2615c3efb267ef1c77.tar.gz
jQuery-Timepicker-Addon-394d09a2c32e1c7b9e8fea2615c3efb267ef1c77.tar.bz2
New dev version
-rw-r--r--index.html2
-rw-r--r--jquery-ui-timepicker-addon.js6
2 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 2a69f15..60b2d92 100644
--- a/index.html
+++ b/index.html
@@ -122,7 +122,7 @@
<h3>Version</h3>
- <p>Version 1.1.2</p>
+ <p>Version 1.1.3</p>
<p>Last updated on 01/19/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 1bc8d53..a39c155 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.1.2
+ * Version 1.1.3-dev
* Last Modified: 01/19/2013
*
* Copyright 2012 Trent Richardson
@@ -27,7 +27,7 @@
*/
$.extend($.ui, {
timepicker: {
- version: "1.1.2"
+ version: "1.1.3"
}
});
@@ -1897,6 +1897,6 @@
/*
* Keep up with the version
*/
- $.timepicker.version = "1.1.2";
+ $.timepicker.version = "1.1.3";
})(jQuery);