Skip to content

Commit f2afbea

Browse files
committed
Bumped version to v1.2.0
1 parent 2f2fb8f commit f2afbea

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.markdown

Lines changed: 2 additions & 0 deletions
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.2.x | ([compare][compare-1.2]) Added cutoff setting |
6263
| 1.1.x | ([compare][compare-1.1]) Added update function |
6364
| 1.0.x | ([compare][compare-1.0]) locale updates; bug fixes; AMD wrapper |
6465
| 0.11.x | ([compare][compare-0.11]) natural rounding; locale updates; |
@@ -68,6 +69,7 @@ As time passes, the timestamps will automatically update.
6869
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
6970
| ... | ... |
7071

72+
[compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0
7173
[compare-1.1]: https://github.com/rmm5t/jquery-timeago/compare/v1.0.2...v1.1.0
7274
[compare-1.0]: https://github.com/rmm5t/jquery-timeago/compare/v0.11.4...v1.0.2
7375
[compare-0.11]: https://github.com/rmm5t/jquery-timeago/compare/v0.10.1...v0.11.4

jquery.timeago.js

Lines changed: 1 addition & 1 deletion
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.1.0
6+
* @version 1.2.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

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

0 commit comments

Comments
 (0)