Skip to content

Commit 4106d5e

Browse files
Create new dev version
1 parent 9448760 commit 4106d5e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jquery-ui-timepicker-addon.js

+4-4
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.7
5-
* Last Modified: 07/23/2011
4+
* Version 0.9.8-dev
5+
* Last Modified: 10/02/2011
66
*
77
* Copyright 2011 Trent Richardson
88
* Dual licensed under the MIT and GPL licenses.
@@ -20,7 +20,7 @@
2020

2121
(function($) {
2222

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

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

12721272
$.timepicker = new Timepicker(); // singleton instance
1273-
$.timepicker.version = "0.9.7";
1273+
$.timepicker.version = "0.9.8";
12741274

12751275
})(jQuery);
12761276

0 commit comments

Comments
 (0)