Skip to content

Commit 2384f97

Browse files
New dev version
1 parent d57204c commit 2384f97

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h3>Requirements</h3>
122122

123123

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

127127
<p>Last updated on 10/06/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>

jquery-ui-timepicker-addon.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* jQuery timepicker addon
33
* By: Trent Richardson [http://trentrichardson.com]
4-
* Version 1.0.5
4+
* Version 1.0.6-dev
55
* Last Modified: 10/06/2012
66
*
77
* Copyright 2012 Trent Richardson
@@ -27,7 +27,7 @@
2727
*/
2828
$.extend($.ui, {
2929
timepicker: {
30-
version: "1.0.5"
30+
version: "1.0.6"
3131
}
3232
});
3333

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

18311831
})(jQuery);

0 commit comments

Comments
 (0)