diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-05 09:23:08 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-05-05 09:23:08 -0400 |
commit | 11f3f16d56528bb9880e9b021f0632c4f02bcd40 (patch) | |
tree | 33d802c8d87b49810f26a6ce7a109bf9ff105870 | |
parent | d5521315e17b88d6087b09e547468d26b9853b00 (diff) | |
download | jQuery-Timepicker-Addon-11f3f16d56528bb9880e9b021f0632c4f02bcd40.zip jQuery-Timepicker-Addon-11f3f16d56528bb9880e9b021f0632c4f02bcd40.tar.gz jQuery-Timepicker-Addon-11f3f16d56528bb9880e9b021f0632c4f02bcd40.tar.bz2 |
Version 1.3v1.3
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | jquery-ui-timepicker-addon.js | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -131,7 +131,7 @@ <h3>Version</h3> <p>Version 1.3</p> - <p>Last updated on 04/13/2013</p> + <p>Last updated on 05/05/2013</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 425f3ec..5a5850f 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.3-dev - * Last Modified: 04/13/2013 + * Version 1.3 + * Last Modified: 05/05/2013 * * Copyright 2013 Trent Richardson * You may use this project under MIT or GPL licenses. |