Skip to content

Commit e797db2

Browse files
New Version
1 parent 4e28434 commit e797db2

8 files changed

+12
-12
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jqueryui-timepicker-addon",
3-
"version": "1.4.7",
3+
"version": "1.5.0",
44
"repository": {
55
"type": "git",
66
"url": "git://github.com/trentrichardson/jQuery-Timepicker-Addon.git"

dist/i18n/jquery-ui-timepicker-addon-i18n.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.4.7 - 2014-09-01
1+
/*! jQuery Timepicker Addon - v1.5.0 - 2014-09-01
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
44

dist/i18n/jquery-ui-timepicker-addon-i18n.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ <h3>Requirements</h3>
126126

127127
<br />
128128
<h3>Version</h3>
129-
<p>Version 1.4.7</p>
129+
<p>Version 1.5.0</p>
130130

131131
<p>Last updated on 2014-09-01</p>
132132
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>

dist/jquery-ui-timepicker-addon.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! jQuery Timepicker Addon - v1.4.7 - 2014-09-01
1+
/*! jQuery Timepicker Addon - v1.5.0 - 2014-09-01
22
* http://trentrichardson.com/examples/timepicker
33
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
44
(function ($) {
@@ -16,7 +16,7 @@
1616
*/
1717
$.extend($.ui, {
1818
timepicker: {
19-
version: "1.4.7"
19+
version: "1.5.0"
2020
}
2121
});
2222

@@ -2218,6 +2218,6 @@
22182218
/*
22192219
* Keep up with the version
22202220
*/
2221-
$.timepicker.version = "1.4.7";
2221+
$.timepicker.version = "1.5.0";
22222222

22232223
})(jQuery);

dist/jquery-ui-timepicker-addon.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery-ui-timepicker-addon.min.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

jquery-ui-timepicker-addon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "jquery-ui-timepicker-addon",
33
"title": "jQuery Timepicker Addon",
44
"description": "A timepicker addon for jQueryUI datepicker.",
5-
"version": "1.4.7",
5+
"version": "1.5.0",
66
"modified": "2014-09-01",
77
"homepage": "http://trentrichardson.com/examples/timepicker",
88
"author": {

0 commit comments

Comments
 (0)