diff --git a/LICENSE.txt b/LICENSE.txt index ef3ccb7c..4af20e7a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2008-2018 Ryan McGeary +Copyright (c) 2008-2019 Ryan McGeary MIT License diff --git a/README.markdown b/README.markdown index 38f3a116..5b204f3d 100644 --- a/README.markdown +++ b/README.markdown @@ -110,7 +110,7 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24; | 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests | | ... | ... | -[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.5 +[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.6 [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 diff --git a/index.html b/index.html index b439fcb2..5216e1d3 100644 --- a/index.html +++ b/index.html @@ -215,7 +215,7 @@

Do you use Timeago?

MIT License - Copyright © 2008-2017 Ryan McGeary + Copyright © 2008-2019 Ryan McGeary (@rmm5t) diff --git a/jquery.timeago.js b/jquery.timeago.js index 549c3d3d..fcbe8fce 100644 --- a/jquery.timeago.js +++ b/jquery.timeago.js @@ -3,15 +3,15 @@ * updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago"). * * @name timeago - * @version 1.6.5 - * @requires jQuery v1.2.3+ + * @version 1.6.6 + * @requires jQuery >=1.2.3 <3.4 * @author Ryan McGeary * @license MIT License - http://www.opensource.org/licenses/mit-license.php * * For usage and examples, visit: * http://timeago.yarp.com/ * - * Copyright (c) 2008-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) + * Copyright (c) 2008-2019, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org) */ (function (factory) { diff --git a/package.json b/package.json index e968d17f..d274ce5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.6.5", + "version": "1.6.6", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary", diff --git a/timeago.jquery.json b/timeago.jquery.json index 08158b30..df4f047d 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.6.5", + "version": "1.6.6", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",