summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jquery-ui-timepicker-addon.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js
index 70d4ec2..d1c46c9 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 0.8.1
-* Last Modified: 11/26/2010 by Charles Phillips
+* Version 0.9
+* Last Modified: 11/29/2010
*
* Copyright 2010 Trent Richardson
* Dual licensed under the MIT and GPL licenses.
@@ -19,7 +19,7 @@
(function($) {
-$.extend($.ui, { timepicker: { version: "0.8.1" } });
+$.extend($.ui, { timepicker: { version: "0.9" } });
/* Time picker manager.
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
@@ -757,6 +757,6 @@ function extendRemove(target, props) {
}
$.timepicker = new Timepicker(); // singleton instance
-$.timepicker.version = "0.8.1";
+$.timepicker.version = "0.9";
})(jQuery);