From d842aca5c09dd4714878fdcbeb943850fc9b8a27 Mon Sep 17 00:00:00 2001 From: Trent Date: Thu, 2 Dec 2010 07:13:20 -0500 Subject: [PATCH] Updated Version --- jquery-ui-timepicker-addon.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index 539c4bc..85977ab 100644 --- a/jquery-ui-timepicker-addon.js +++ b/jquery-ui-timepicker-addon.js @@ -1,8 +1,8 @@ /* * jQuery timepicker addon * By: Trent Richardson [http://trentrichardson.com] -* Version 0.9 dev -* Last Modified: 11/29/2010 +* Version 0.9.1 dev +* Last Modified: 12/2/2010 * * Copyright 2010 Trent Richardson * Dual licensed under the MIT and GPL licenses. @@ -19,7 +19,7 @@ (function($) { -$.extend($.ui, { timepicker: { version: "0.9" } }); +$.extend($.ui, { timepicker: { version: "0.9.1" } }); /* Time picker manager. Use the singleton instance of this class, $.timepicker, to interact with the time picker. @@ -757,6 +757,6 @@ function extendRemove(target, props) { } $.timepicker = new Timepicker(); // singleton instance -$.timepicker.version = "0.9"; +$.timepicker.version = "0.9.1"; })(jQuery);