Skip to content

Commit 562d346

Browse files
1.0.1-dev
1 parent 4e02851 commit 562d346

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 1.0.0-dev
4+
* Version 1.0.1-dev
55
* Last Modified: 02/05/2012
66
*
77
* Copyright 2012 Trent Richardson
@@ -26,7 +26,7 @@ if ($.ui.timepicker.version) {
2626
return;
2727
}
2828

29-
$.extend($.ui, { timepicker: { version: "1.0.0" } });
29+
$.extend($.ui, { timepicker: { version: "1.0.1" } });
3030

3131
/* Time picker manager.
3232
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
@@ -1321,6 +1321,6 @@ function extendRemove(target, props) {
13211321
};
13221322

13231323
$.timepicker = new Timepicker(); // singleton instance
1324-
$.timepicker.version = "1.0.0";
1324+
$.timepicker.version = "1.0.1";
13251325

13261326
})(jQuery);

0 commit comments

Comments
 (0)