Skip to content

Commit 9b57a88

Browse files
Update dev version
1 parent 5eb5402 commit 9b57a88

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.9
4+
* Version 1.0.0-dev
55
* Last Modified: 02/05/2012
66
*
77
* Copyright 2012 Trent Richardson
@@ -20,7 +20,7 @@
2020

2121
(function($) {
2222

23-
$.extend($.ui, { timepicker: { version: "0.9.9" } });
23+
$.extend($.ui, { timepicker: { version: "1.0.0" } });
2424

2525
/* Time picker manager.
2626
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
@@ -1320,7 +1320,7 @@ function extendRemove(target, props) {
13201320
};
13211321

13221322
$.timepicker = new Timepicker(); // singleton instance
1323-
$.timepicker.version = "0.9.9";
1323+
$.timepicker.version = "1.0.0";
13241324

13251325
})(jQuery);
13261326

0 commit comments

Comments
 (0)