Create 0.9.7-dev

master
Trent Richardson 2011-07-20 08:08:16 -04:00
parent 4496926c00
commit 4d9a8c45b5
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
/*
* jQuery timepicker addon
* By: Trent Richardson [http://trentrichardson.com]
* Version 0.9.6
* Version 0.9.7-dev
* Last Modified: 07/20/2011
*
* Copyright 2011 Trent Richardson
@ -19,7 +19,7 @@
(function($) {
$.extend($.ui, { timepicker: { version: "0.9.6" } });
$.extend($.ui, { timepicker: { version: "0.9.7" } });
/* Time picker manager.
Use the singleton instance of this class, $.timepicker, to interact with the time picker.
@ -1055,6 +1055,6 @@ function extendRemove(target, props) {
}
$.timepicker = new Timepicker(); // singleton instance
$.timepicker.version = "0.9.6";
$.timepicker.version = "0.9.7";
})(jQuery);