Skip to content

Commit f41cfd0

Browse files
committed
Bumped version to 1.3.0
1 parent 9dab7db commit f41cfd0

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ As time passes, the timestamps will automatically update.
5959

6060
| Version | Notes |
6161
|---------|------------------------------------------------------------------|
62+
| 1.3.x | ([compare][compare-1.3]) Added updateFromDOM function |
6263
| 1.2.x | ([compare][compare-1.2]) Added cutoff setting |
6364
| 1.1.x | ([compare][compare-1.1]) Added update function |
6465
| 1.0.x | ([compare][compare-1.0]) locale updates; bug fixes; AMD wrapper |
@@ -69,6 +70,7 @@ As time passes, the timestamps will automatically update.
6970
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
7071
| ... | ... |
7172

73+
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.0
7274
[compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0
7375
[compare-1.1]: https://github.com/rmm5t/jquery-timeago/compare/v1.0.2...v1.1.0
7476
[compare-1.0]: https://github.com/rmm5t/jquery-timeago/compare/v0.11.4...v1.0.2

jquery.timeago.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
44
*
55
* @name timeago
6-
* @version 1.2.0
6+
* @version 1.3.0
77
* @requires jQuery v1.2.3+
88
* @author Ryan McGeary
99
* @license MIT License - http://www.opensource.org/licenses/mit-license.php

timeago.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeago",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"title": "jQuery Timeago",
55
"author": {
66
"name": "Ryan McGeary",

0 commit comments

Comments
 (0)