Skip to content

Commit de54f7e

Browse files
author
Trent
committed
Updated version from dev
1 parent e5577fc commit de54f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jquery-ui-timepicker-addon.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery timepicker addon
33
* By: Trent Richardson [http://trentrichardson.com]
4-
* Version 0.9.2
4+
* Version 0.9.3
55
* Last Modified: 12/27/2010
66
*
77
* Copyright 2010 Trent Richardson
@@ -19,7 +19,7 @@
1919

2020
(function($) {
2121

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

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

908908
$.timepicker = new Timepicker(); // singleton instance
909-
$.timepicker.version = "0.9.2";
909+
$.timepicker.version = "0.9.3";
910910

911911
})(jQuery);

0 commit comments

Comments
 (0)