Skip to content

Commit 9963f68

Browse files
Create new dev version
1 parent 8c86270 commit 9963f68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jquery-ui-timepicker-addon.js

Lines changed: 3 additions & 3 deletions
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.8
4+
* Version 0.9.9-dev
55
* Last Modified: 12/03/2011
66
*
77
* Copyright 2011 Trent Richardson
@@ -20,7 +20,7 @@
2020

2121
(function($) {
2222

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

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

12911291
$.timepicker = new Timepicker(); // singleton instance
1292-
$.timepicker.version = "0.9.8";
1292+
$.timepicker.version = "0.9.9";
12931293

12941294
})(jQuery);
12951295

0 commit comments

Comments
 (0)