Skip to content

Commit 11e1ef2

Browse files
New dev version
1 parent decb0d9 commit 11e1ef2

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-timepicker-addon",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git"

index.html

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

128128

129129
<h3>Version</h3>
130-
<p>Version 1.2.2</p>
130+
<p>Version 1.2.3</p>
131131

132-
<p>Last updated on 04/06/2013</p>
132+
<p>Last updated on 04/13/2013</p>
133133
<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>
134134
<p><a href="http://trentrichardson.com/Impromptu/GPL-LICENSE.txt" title="GPL License">GPL License</a></p>
135135
<p><a href="http://trentrichardson.com/Impromptu/MIT-LICENSE.txt" title="MIT License">MIT License</a></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.2.2
4+
* Version 1.2.3-dev
55
* Last Modified: 04/13/2013
66
*
77
* Copyright 2013 Trent Richardson
@@ -27,7 +27,7 @@
2727
*/
2828
$.extend($.ui, {
2929
timepicker: {
30-
version: "1.2.2"
30+
version: "1.2.3"
3131
}
3232
});
3333

@@ -1944,6 +1944,6 @@
19441944
/*
19451945
* Keep up with the version
19461946
*/
1947-
$.timepicker.version = "1.2.2";
1947+
$.timepicker.version = "1.2.3";
19481948

19491949
})(jQuery);

0 commit comments

Comments
 (0)