Skip to content

Commit 7f91930

Browse files
Create new dev version
1 parent 70e0ca6 commit 7f91930

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.html

+1-1
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.3</p>
121+
<p>Version 1.0.4</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

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

@@ -1759,6 +1759,6 @@
17591759
/*
17601760
* Keep up with the version
17611761
*/
1762-
$.timepicker.version = "1.0.3";
1762+
$.timepicker.version = "1.0.4";
17631763

17641764
})(jQuery);

0 commit comments

Comments
 (0)