Skip to content

Commit d4b48ea

Browse files
author
Trent
committed
Update version
1 parent 5ebb54b commit d4b48ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

jquery-ui-timepicker-addon.js

+5-5
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.9.5-dev
5-
* Last Modified: 05/12/2011
4+
* Version 0.9.5
5+
* Last Modified: 05/25/2011
66
*
77
* Copyright 2011 Trent Richardson
88
* Dual licensed under the MIT and GPL licenses.
@@ -13,13 +13,13 @@
1313
* .ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
1414
* .ui-timepicker-div dl{ text-align: left; }
1515
* .ui-timepicker-div dl dt{ height: 25px; }
16-
* .ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
16+
* .ui-timepicker-div dl dd{ margin: -25px 10px 10px 65px; }
1717
* .ui-timepicker-div td { font-size: 90%; }
1818
*/
1919

2020
(function($) {
2121

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

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

982982
$.timepicker = new Timepicker(); // singleton instance
983-
$.timepicker.version = "0.9.4";
983+
$.timepicker.version = "0.9.5";
984984

985985
})(jQuery);

0 commit comments

Comments
 (0)