summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--jquery-ui-timepicker-addon.js8
2 files changed, 6 insertions, 6 deletions
diff --git a/index.html b/index.html
index 4fdad8b..85a7e69 100644
--- a/index.html
+++ b/index.html
@@ -122,9 +122,9 @@
<h3>Version</h3>
- <p>Version 1.0.6</p>
+ <p>Version 1.1.0</p>
- <p>Last updated on 10/06/2012</p>
+ <p>Last updated on 10/09/2012</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 c4a33db..714c8a3 100644
--- a/jquery-ui-timepicker-addon.js
+++ b/jquery-ui-timepicker-addon.js
@@ -1,8 +1,8 @@
/*
* jQuery timepicker addon
* By: Trent Richardson [http://trentrichardson.com]
- * Version 1.0.6-dev
- * Last Modified: 10/06/2012
+ * Version 1.1.0-dev
+ * Last Modified: 10/09/2012
*
* Copyright 2012 Trent Richardson
* You may use this project under MIT or GPL licenses.
@@ -27,7 +27,7 @@
*/
$.extend($.ui, {
timepicker: {
- version: "1.0.6"
+ version: "1.1.0"
}
});
@@ -1826,6 +1826,6 @@
/*
* Keep up with the version
*/
- $.timepicker.version = "1.0.6";
+ $.timepicker.version = "1.1.0";
})(jQuery); \ No newline at end of file