From 7cb9e38ba149b6c467e12b79e39f2d98d39f972d Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Thu, 21 Jan 2016 10:37:37 -0700 Subject: [PATCH] Bumped version to 1.5.0 --- README.markdown | 2 ++ jquery.timeago.js | 2 +- package.json | 2 +- timeago.jquery.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index c043c09d..e9fb2c73 100644 --- a/README.markdown +++ b/README.markdown @@ -74,6 +74,7 @@ As time passes, the timestamps will automatically update. | Version | Notes | |---------|---------------------------------------------------------------------------------| +| 1.5.x | ([compare][compare-1.5]) Added allowPast setting | | 1.4.x | ([compare][compare-1.4]) Added allowPast setting | | 1.3.x | ([compare][compare-1.3]) Added updateFromDOM function; bug fixes; bower support | | 1.2.x | ([compare][compare-1.2]) Added cutoff setting | @@ -86,6 +87,7 @@ As time passes, the timestamps will automatically update. | 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.0 [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 diff --git a/jquery.timeago.js b/jquery.timeago.js index 5fc55565..fb739324 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.4.3 + * @version 1.5.0 * @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 6ebef8f4..51becc81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.4.3", + "version": "1.5.0", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary", diff --git a/timeago.jquery.json b/timeago.jquery.json index 47fd4cfd..b3521e76 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.4.3", + "version": "1.5.0", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",