diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2012-07-01 18:31:25 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2012-07-01 18:31:25 -0400 |
commit | e33f4b4f99e581b618d5fcfb8699d524d70d26fc (patch) | |
tree | 803604fe27f0491bcaf6be679db97466cb0c04c5 | |
parent | 96dee3343faa25a6d68dd4956b5504c3e4a53c92 (diff) | |
download | jQuery-Timepicker-Addon-e33f4b4f99e581b618d5fcfb8699d524d70d26fc.zip jQuery-Timepicker-Addon-e33f4b4f99e581b618d5fcfb8699d524d70d26fc.tar.gz jQuery-Timepicker-Addon-e33f4b4f99e581b618d5fcfb8699d524d70d26fc.tar.bz2 |
Finalize version 1.0.1
-rw-r--r-- | index.html | 5 | ||||
-rw-r--r-- | jquery-ui-timepicker-addon.js | 4 |
2 files changed, 4 insertions, 5 deletions
@@ -56,7 +56,6 @@ <p><a href="http://trentrichardson.com" title="Back to Blog">Back to Blog</a> or <a href="http://twitter.com/practicalweb" title="Follow Me on Twitter">Twitter</a></p> - <!-- <a href="http://carbounce.com" title="Car Bounce - Keep track of your car's financing and value"><img src="http://trentrichardson.com/wp-content/uploads/2012/01/carbounce_promo.png" alt="Car Bounce" /></a> --> <a href="http://carbounce.com" title="Car Bounce" style="display: inline-block;width:380px;padding: 10px;background-color: #fbfbfb;border: dotted 4px #e8e8e8;color: #9EC45F;font-size: 16px;text-decoration:none;letter-spacing:1px;"><img src="http://carbounce.com/img/logo_small.png" alt="Car Bounce" align="left" style="margin-right: 20px;"/>Try my new app to keep you informed of your car's financing status and value.</a> <h2>Download</h2> @@ -529,9 +528,9 @@ $('#example18').text( </div> <h2>Version</h2> - <p>Version 1.0.1-dev</p> + <p>Version 1.0.1</p> - <p>Last updated on 06/12/2012</p> + <p>Last updated on 07/01/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 828ccff..eb3f24e 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.0.1-dev -* Last Modified: 06/12/2012 +* Version 1.0.1 +* Last Modified: 07/01/2012 * * Copyright 2012 Trent Richardson * You may use this project under MIT or GPL licenses. |