Skip to content

Commit e5ad3c3

Browse files
Version 1.1.0 dev
1 parent 2384f97 commit e5ad3c3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ <h3>Requirements</h3>
122122

123123

124124
<h3>Version</h3>
125-
<p>Version 1.0.6</p>
125+
<p>Version 1.1.0</p>
126126

127-
<p>Last updated on 10/06/2012</p>
127+
<p>Last updated on 10/09/2012</p>
128128
<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>
129129
<p><a href="http://trentrichardson.com/Impromptu/GPL-LICENSE.txt" title="GPL License">GPL License</a></p>
130130
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></p>

jquery-ui-timepicker-addon.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/*
22
* jQuery timepicker addon
33
* By: Trent Richardson [http://trentrichardson.com]
4-
* Version 1.0.6-dev
5-
* Last Modified: 10/06/2012
4+
* Version 1.1.0-dev
5+
* Last Modified: 10/09/2012
66
*
77
* Copyright 2012 Trent Richardson
88
* You may use this project under MIT or GPL licenses.
@@ -27,7 +27,7 @@
2727
*/
2828
$.extend($.ui, {
2929
timepicker: {
30-
version: "1.0.6"
30+
version: "1.1.0"
3131
}
3232
});
3333

@@ -1826,6 +1826,6 @@
18261826
/*
18271827
* Keep up with the version
18281828
*/
1829-
$.timepicker.version = "1.0.6";
1829+
$.timepicker.version = "1.1.0";
18301830

18311831
})(jQuery);

0 commit comments

Comments
 (0)