diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-11-07 17:52:12 -0500 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-11-07 17:52:12 -0500 |
commit | e23e6506ab4f700fc598b90cff70eaf5c76f102a (patch) | |
tree | 8279e55a9006ab3d45a9bab6b50bfe9dde2393ee | |
parent | a4136a67513b5030a03d3d3b1c96d61c2d5ddd4a (diff) | |
download | jQuery-Timepicker-Addon-e23e6506ab4f700fc598b90cff70eaf5c76f102a.zip jQuery-Timepicker-Addon-e23e6506ab4f700fc598b90cff70eaf5c76f102a.tar.gz jQuery-Timepicker-Addon-e23e6506ab4f700fc598b90cff70eaf5c76f102a.tar.bz2 |
New version 1.1.1v1.1.1
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | jquery-ui-timepicker-addon.js | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -124,7 +124,7 @@ <h3>Version</h3> <p>Version 1.1.1</p> - <p>Last updated on 11/03/2012</p> + <p>Last updated on 11/07/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> <p><a href="http://trentrichardson.com/Impromptu/GPL-LICENSE.txt" title="GPL License">GPL License</a></p> <p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p> diff --git a/jquery-ui-timepicker-addon.js b/jquery-ui-timepicker-addon.js index 8e37d76..b8616da 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 1.1.1-dev - * Last Modified: 11/03/2012 + * Version 1.1.1 + * Last Modified: 11/07/2012 * * Copyright 2012 Trent Richardson * You may use this project under MIT or GPL licenses. |