Skip to content

Commit 4c0680c

Browse files
New dev version
1 parent 958f4e3 commit 4c0680c

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
@@ -118,7 +118,7 @@ <h3>Requirements</h3>
118118

119119

120120
<h3>Version</h3>
121-
<p>Version 1.0.4</p>
121+
<p>Version 1.0.5</p>
122122

123123
<p>Last updated on 09/15/2012</p>
124124
<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.4
4+
* Version 1.0.5-dev
55
* Last Modified: 09/29/2012
66
*
77
* Copyright 2012 Trent Richardson
@@ -35,7 +35,7 @@
3535
*/
3636
$.extend($.ui, {
3737
timepicker: {
38-
version: "1.0.4"
38+
version: "1.0.5"
3939
}
4040
});
4141

@@ -1750,6 +1750,6 @@
17501750
/*
17511751
* Keep up with the version
17521752
*/
1753-
$.timepicker.version = "1.0.4";
1753+
$.timepicker.version = "1.0.5";
17541754

17551755
})(jQuery);

0 commit comments

Comments
 (0)