From 7b3b71742e3ce4a73cfa477d50f5424c18d4367e Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Thu, 31 Jan 2019 17:59:58 -0700 Subject: [PATCH] v1.6.4 --- README.markdown | 2 +- jquery.timeago.js | 2 +- package.json | 2 +- timeago.jquery.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 01335aaf..3b3f79f3 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.3 +[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.4 [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/jquery.timeago.js b/jquery.timeago.js index f7b64014..10f848bc 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.6.3 + * @version 1.6.4 * @requires jQuery v1.2.3+ * @author Ryan McGeary * @license MIT License - http://www.opensource.org/licenses/mit-license.php diff --git a/package.json b/package.json index 17c60d50..fb611348 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.6.3", + "version": "1.6.4", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary", diff --git a/timeago.jquery.json b/timeago.jquery.json index bfa8c854..56be0dda 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.6.3", + "version": "1.6.4", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",