From 4c37962663dec4eeee571c11b37155da314dd3ca Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Thu, 24 Jan 2013 14:43:42 -0500 Subject: [PATCH] Bumped version to 1.0.2 --- jquery.timeago.js | 2 +- timeago.jquery.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jquery.timeago.js b/jquery.timeago.js index 5161345..54da8af 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.1 + * @version 1.0.2 * @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 698a655..0df0fcb 100644 --- a/timeago.jquery.json +++ b/timeago.jquery.json @@ -1,6 +1,6 @@ { "name": "timeago", - "version": "1.0.1", + "version": "1.0.2", "title": "jQuery Timeago", "author": { "name": "Ryan McGeary",