Skip to content

Commit 3d8b9dc

Browse files
author
Trent
committed
Updated Version
1 parent 539ef8d commit 3d8b9dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* jQuery timepicker addon
33
* By: Trent Richardson [http://trentrichardson.com]
4-
* Version 0.8.1
5-
* Last Modified: 11/26/2010 by Charles Phillips
4+
* Version 0.9
5+
* Last Modified: 11/29/2010
66
*
77
* Copyright 2010 Trent Richardson
88
* Dual licensed under the MIT and GPL licenses.
@@ -19,7 +19,7 @@
1919

2020
(function($) {
2121

22-
$.extend($.ui, { timepicker: { version: "0.8.1" } });
22+
$.extend($.ui, { timepicker: { version: "0.9" } });
2323

2424
/* Time picker manager.
2525
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
@@ -757,6 +757,6 @@ function extendRemove(target, props) {
757757
}
758758

759759
$.timepicker = new Timepicker(); // singleton instance
760-
$.timepicker.version = "0.8.1";
760+
$.timepicker.version = "0.9";
761761

762762
})(jQuery);

0 commit comments

Comments
 (0)