Create 0.9.7-dev

This commit is contained in:
Trent Richardson 2011-07-20 08:08:16 -04:00
parent 4496926c00
commit 4d9a8c45b5

View file

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