From dceed3b1d902d78ad1be82776b9f282526982d8c Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Mon, 3 Mar 2014 09:27:11 -0500 Subject: [PATCH] Bumped version to 1.4.0 --- README.markdown | 2 ++ bower.json | 2 +- jquery.timeago.js | 2 +- timeago.jquery.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 3a5ee1a..95db136 100644 --- a/README.markdown +++ b/README.markdown @@ -59,6 +59,7 @@ As time passes, the timestamps will automatically update. | Version | Notes | |---------|---------------------------------------------------------------------------------| +| 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 | | 1.1.x | ([compare][compare-1.1]) Added update function | @@ -70,6 +71,7 @@ As time passes, the timestamps will automatically update. | 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests | | ... | ... | +[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.0 [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 [compare-1.1]: https://github.com/rmm5t/jquery-timeago/compare/v1.0.2...v1.1.0 diff --git a/bower.json b/bower.json index 87c7f90..c37116c 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "jquery-timeago", - "version": "1.3.2", + "version": "1.4.0", "main": "jquery.timeago.js", "ignore": [ "test", diff --git a/jquery.timeago.js b/jquery.timeago.js index 6ac85dd..44539a4 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.3.2 + * @version 1.4.0 * @requires jQuery v1.2.3+ * @author Ryan McGeary * @license MIT License - http://www.opensource.org/licenses/mit-license.php diff --git a/timeago.jquery.json b/timeago.jquery.json index de19834..11f613a 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.3.2", + "version": "1.4.0", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",