Skip to content

Commit aa6ac66

Browse files
Update version, ready to merge
1 parent 8549720 commit aa6ac66

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.1.3",
3+
"version": "1.2",
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
@@ -122,9 +122,9 @@ <h3>Requirements</h3>
122122

123123

124124
<h3>Version</h3>
125-
<p>Version 1.1.3</p>
125+
<p>Version 1.2</p>
126126

127-
<p>Last updated on 01/19/2013</p>
127+
<p>Last updated on 02/02/2013</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.1.3-dev
5-
* Last Modified: 01/19/2013
4+
* Version 1.2
5+
* Last Modified: 02/02/2013
66
*
77
* Copyright 2013 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.1.3"
30+
version: "1.2"
3131
}
3232
});
3333

@@ -1914,6 +1914,6 @@
19141914
/*
19151915
* Keep up with the version
19161916
*/
1917-
$.timepicker.version = "1.1.3";
1917+
$.timepicker.version = "1.2";
19181918

19191919
})(jQuery);

0 commit comments

Comments
 (0)