From 36d331096b66f22ec5eaea776584a853b49b81bf Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Fri, 23 Feb 2018 08:27:54 -0700 Subject: [PATCH] v1.6.3 --- 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 ae3b00dc..93b84925 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.2 +[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.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 diff --git a/jquery.timeago.js b/jquery.timeago.js index 2a7fc0c6..f7b64014 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.2 + * @version 1.6.3 * @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 f56bfdd8..17c60d50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.6.2", + "version": "1.6.3", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary", diff --git a/timeago.jquery.json b/timeago.jquery.json index 9a43fc4c..bfa8c854 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.6.2", + "version": "1.6.3", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",