From ed44a6268920a05bbcbcc6fd3a52d313ce323f5c Mon Sep 17 00:00:00 2001
From: Ryan McGeary <ryan@mcgeary.org>
Date: Thu, 26 Dec 2013 12:57:24 -0500
Subject: [PATCH] Bumped version to 1.3.1

---
 README.markdown     | 4 ++--
 jquery.timeago.js   | 2 +-
 timeago.jquery.json | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.markdown b/README.markdown
index 8923b13..3c002a5 100644
--- a/README.markdown
+++ b/README.markdown
@@ -59,7 +59,7 @@ As time passes, the timestamps will automatically update.
 
 | Version | Notes                                                            |
 |---------|------------------------------------------------------------------|
-|   1.3.x | ([compare][compare-1.3]) Added updateFromDOM function            |
+|   1.3.x | ([compare][compare-1.3]) Added updateFromDOM function; bug fixes |
 |   1.2.x | ([compare][compare-1.2]) Added cutoff setting                    |
 |   1.1.x | ([compare][compare-1.1]) Added update function                   |
 |   1.0.x | ([compare][compare-1.0]) locale updates; bug fixes; AMD wrapper  |
@@ -70,7 +70,7 @@ As time passes, the timestamps will automatically update.
 |   0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests   |
 |     ... | ...                                                              |
 
-[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.0
+[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.1
 [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
 [compare-1.0]: https://github.com/rmm5t/jquery-timeago/compare/v0.11.4...v1.0.2
diff --git a/jquery.timeago.js b/jquery.timeago.js
index 94f11f6..cecfaeb 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.0
+ * @version 1.3.1
  * @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 ee27d44..420ddc3 100644
--- a/timeago.jquery.json
+++ b/timeago.jquery.json
@@ -1,6 +1,6 @@
 {
   "name": "timeago",
-  "version": "1.3.0",
+  "version": "1.3.1",
   "title": "jQuery Timeago",
   "author": {
     "name": "Ryan McGeary",