summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorTrent Richardson <trentdrichardson@gmail.com>2013-04-06 07:23:22 -0400
committerTrent Richardson <trentdrichardson@gmail.com>2013-04-06 07:23:22 -0400
commit84e39e8d2e6172242dcfc05dca2c2e1cf630c89d (patch)
tree69e274bd81e03f3ca1989acda3febfb17ab000c5 /index.html
parente752ef7f4564d2c2e47a763a5602817f049e494b (diff)
parentdd4ec60d41c2b21f58200a57bb1dc28397276611 (diff)
downloadjQuery-Timepicker-Addon-84e39e8d2e6172242dcfc05dca2c2e1cf630c89d.zip
jQuery-Timepicker-Addon-84e39e8d2e6172242dcfc05dca2c2e1cf630c89d.tar.gz
jQuery-Timepicker-Addon-84e39e8d2e6172242dcfc05dca2c2e1cf630c89d.tar.bz2
Merge branch 'dev'
Diffstat (limited to 'index.html')
-rw-r--r--index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/index.html b/index.html
index 2993db8..19a7423 100644
--- a/index.html
+++ b/index.html
@@ -35,11 +35,11 @@
.example-container input{ border: solid 1px #aaa; padding: 4px; width: 175px; }
</style>
- <link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.0/themes/smoothness/jquery-ui.css" />
+ <link rel="stylesheet" media="all" type="text/css" href="http://code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css" />
<link rel="stylesheet" media="all" type="text/css" href="jquery-ui-timepicker-addon.css" />
- <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.0.min.js"></script>
- <script type="text/javascript" src="http://code.jquery.com/ui/1.10.0/jquery-ui.min.js"></script>
+ <script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
+ <script type="text/javascript" src="http://code.jquery.com/ui/1.10.2/jquery-ui.min.js"></script>
<script type="text/javascript" src="jquery-ui-timepicker-addon.js"></script>
<script type="text/javascript" src="jquery-ui-sliderAccess.js"></script>
<script type="text/javascript">
@@ -122,9 +122,9 @@
<h3>Version</h3>
- <p>Version 1.2</p>
+ <p>Version 1.2.1</p>
- <p>Last updated on 02/02/2013</p>
+ <p>Last updated on 04/06/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>