Skip to content

Commit 119cdf4

Browse files
author
Trent
committed
Update README
1 parent d4b48ea commit 119cdf4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README renamed to README.md

File renamed without changes.

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.5
4+
* Version 0.9.6-dev
55
* Last Modified: 05/25/2011
66
*
77
* Copyright 2011 Trent Richardson
@@ -19,7 +19,7 @@
1919

2020
(function($) {
2121

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

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

982982
$.timepicker = new Timepicker(); // singleton instance
983-
$.timepicker.version = "0.9.5";
983+
$.timepicker.version = "0.9.6";
984984

985985
})(jQuery);

0 commit comments

Comments
 (0)