Skip to content

Commit 9f9e50d

Browse files
author
Trent
committed
Updated dev version to 0.9.3-dev
1 parent e5408d8 commit 9f9e50d

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.2
4+
* Version 0.9.3-dev
55
* Last Modified: 12/27/2010
66
*
77
* Copyright 2010 Trent Richardson
@@ -19,7 +19,7 @@
1919

2020
(function($) {
2121

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

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

871871
$.timepicker = new Timepicker(); // singleton instance
872-
$.timepicker.version = "0.9.2";
872+
$.timepicker.version = "0.9.3";
873873

874874
})(jQuery);

0 commit comments

Comments
 (0)