Skip to content

Commit

Permalink
creates new version
Browse files Browse the repository at this point in the history
  • Loading branch information
trentrichardson committed May 26, 2014
1 parent d457101 commit ea8b410
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion dist/i18n/jquery-ui-timepicker-addon-i18n.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jQuery Timepicker Addon - v1.4.4 - 2014-05-26
/*! jQuery Timepicker Addon - v1.4.5 - 2014-05-26
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2014 Trent Richardson; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/i18n/jquery-ui-timepicker-addon-i18n.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h3>Requirements</h3>

<br />
<h3>Version</h3>
<p>Version 1.4.4</p>
<p>Version 1.4.5</p>

<p>Last updated on 2014-05-26</p>
<p>jQuery Timepicker Addon is currently available for use in all personal or commercial projects under the MIT license.</p>
Expand Down
6 changes: 3 additions & 3 deletions dist/jquery-ui-timepicker-addon.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! jQuery Timepicker Addon - v1.4.4 - 2014-05-26
/*! jQuery Timepicker Addon - v1.4.5 - 2014-05-26
* http://trentrichardson.com/examples/timepicker
* Copyright (c) 2014 Trent Richardson; Licensed MIT */
(function ($) {
Expand All @@ -16,7 +16,7 @@
*/
$.extend($.ui, {
timepicker: {
version: "1.4.4"
version: "1.4.5"
}
});

Expand Down Expand Up @@ -2198,6 +2198,6 @@
/*
* Keep up with the version
*/
$.timepicker.version = "1.4.4";
$.timepicker.version = "1.4.5";

})(jQuery);
2 changes: 1 addition & 1 deletion dist/jquery-ui-timepicker-addon.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions dist/jquery-ui-timepicker-addon.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion jquery-ui-timepicker-addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "jquery-ui-timepicker-addon",
"title": "jQuery Timepicker Addon",
"description": "A timepicker addon for jQueryUI datepicker.",
"version": "1.4.4",
"version": "1.4.5",
"modified": "2014-05-26",
"homepage": "http://trentrichardson.com/examples/timepicker",
"author": {
Expand Down

0 comments on commit ea8b410

Please sign in to comment.