diff --git a/LICENSE.txt b/LICENSE.txt index 32783e97..7807cfe8 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2008-2015 Ryan McGeary +Copyright (c) 2008-2017 Ryan McGeary MIT License diff --git a/README.markdown b/README.markdown index 23c9fa89..1bc934a1 100644 --- a/README.markdown +++ b/README.markdown @@ -109,7 +109,7 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24; | 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests | | ... | ... | -[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.3 +[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.4 [compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3 [compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2 [compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0 @@ -129,4 +129,4 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24; [MIT License](http://www.opensource.org/licenses/mit-license.php) -Copyright (c) 2008-2015, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) +Copyright (c) 2008-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) diff --git a/index.html b/index.html index 68efd365..b439fcb2 100644 --- a/index.html +++ b/index.html @@ -215,7 +215,7 @@

Do you use Timeago?

MIT License - Copyright © 2008-2015 Ryan McGeary + Copyright © 2008-2017 Ryan McGeary (@rmm5t) diff --git a/jquery.timeago.js b/jquery.timeago.js index 99bccf3b..0c2c219f 100644 --- a/jquery.timeago.js +++ b/jquery.timeago.js @@ -3,7 +3,7 @@ * updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago"). * * @name timeago - * @version 1.5.3 + * @version 1.5.4 * @requires jQuery v1.2.3+ * @author Ryan McGeary * @license MIT License - http://www.opensource.org/licenses/mit-license.php @@ -11,7 +11,7 @@ * For usage and examples, visit: * http://timeago.yarp.com/ * - * Copyright (c) 2008-2015, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) + * Copyright (c) 2008-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) */ (function (factory) { diff --git a/package.json b/package.json index db1b2167..4f33445d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.5.3", + "version": "1.5.4", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary", diff --git a/timeago.jquery.json b/timeago.jquery.json index 1e228211..6f9440ae 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.5.3", + "version": "1.5.4", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",