diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-09-29 14:55:28 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-09-29 14:55:28 -0400 |
commit | 4c0680cacfdef4a976d2895a4ac74d4f6bf8f6a5 (patch) | |
tree | 2316ac46449ab0a82f11a9768bcd8740a10d3cb7 | |
parent | 958f4e341d442fada8ede7c0ec1e3a0db8fb4695 (diff) | |
download | jQuery-Timepicker-Addon-4c0680cacfdef4a976d2895a4ac74d4f6bf8f6a5.zip jQuery-Timepicker-Addon-4c0680cacfdef4a976d2895a4ac74d4f6bf8f6a5.tar.gz jQuery-Timepicker-Addon-4c0680cacfdef4a976d2895a4ac74d4f6bf8f6a5.tar.bz2 |
New dev version
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | jquery-ui-timepicker-addon.js | 6 |
2 files changed, 4 insertions, 4 deletions
@@ -118,7 +118,7 @@ <h3>Version</h3> - <p>Version 1.0.4</p> + <p>Version 1.0.5</p> <p>Last updated on 09/15/2012</p> <p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under both MIT and GPL licenses. This means that you can choose the license that best suits your project, and use it accordingly. </p> diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index 94ea621..44a98ca 100644 --- a/jquery-ui-timepicker-addon.js +++ b/jquery-ui-timepicker-addon.js @@ -1,7 +1,7 @@ /* * jQuery timepicker addon * By: Trent Richardson [http://trentrichardson.com] - * Version 1.0.4 + * Version 1.0.5-dev * Last Modified: 09/29/2012 * * Copyright 2012 Trent Richardson @@ -35,7 +35,7 @@ */ $.extend($.ui, { timepicker: { - version: "1.0.4" + version: "1.0.5" } }); @@ -1750,6 +1750,6 @@ /* * Keep up with the version */ - $.timepicker.version = "1.0.4"; + $.timepicker.version = "1.0.5"; })(jQuery);
\ No newline at end of file |