summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-04-13 11:16:38 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-04-13 11:16:38 -0400
commit11e1ef2ebbb1da954edb93fb5585d32ad48533f8 (patch)
tree523c1d27cbb20bc2407c714209099e6067a2637f
parentdecb0d91ed6603c6cff9fac83130b5237938b98f (diff)
downloadjQuery-Timepicker-Addon-11e1ef2ebbb1da954edb93fb5585d32ad48533f8.zip
jQuery-Timepicker-Addon-11e1ef2ebbb1da954edb93fb5585d32ad48533f8.tar.gz
jQuery-Timepicker-Addon-11e1ef2ebbb1da954edb93fb5585d32ad48533f8.tar.bz2
New dev version
-rw-r--r--component.json2
-rw-r--r--index.html4
-rw-r--r--jquery-ui-timepicker-addon.js6
3 files changed, 6 insertions, 6 deletions
diff --git a/component.json b/component.json
index 7843088..83f0018 100644
--- a/component.json
+++ b/component.json
@@ -1,6 +1,6 @@
{
"name": "jquery-timepicker-addon",
- "version": "1.2.2",
+ "version": "1.2.3",
"repository": {
"type": "git",
"url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git"
diff --git a/index.html b/index.html
index bc06406..534d1f8 100644
--- a/index.html
+++ b/index.html
@@ -127,9 +127,9 @@
<h3>Version</h3>
- <p>Version 1.2.2</p>
+ <p>Version 1.2.3</p>
- <p>Last updated on 04/06/2013</p>
+ <p>Last updated on 04/13/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>
<p><a href="http://trentrichardson.com/Impromptu/GPL-LICENSE.txt" title="GPL License">GPL License</a></p>
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index cb5949e..e161b12 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.2.2
+ * Version 1.2.3-dev
* Last Modified: 04/13/2013
*
* Copyright 2013 Trent Richardson
@@ -27,7 +27,7 @@
*/
$.extend($.ui, {
timepicker: {
- version: "1.2.2"
+ version: "1.2.3"
}
});
@@ -1944,6 +1944,6 @@
/*
* Keep up with the version
*/
- $.timepicker.version = "1.2.2";
+ $.timepicker.version = "1.2.3";
})(jQuery);