diff --git a/jquery.timeago.js b/jquery.timeago.js index 2629d54..cc17aa7 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.0.2 + * @version 1.1.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 0df0fcb..a54b46a 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.0.2", + "version": "1.1.0", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",