Skip to content

Commit dceed3b

Browse files
committed
Bumped version to 1.4.0
1 parent fc90536 commit dceed3b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
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.4.x | ([compare][compare-1.4]) Added allowPast setting |
6263
| 1.3.x | ([compare][compare-1.3]) Added updateFromDOM function; bug fixes; bower support |
6364
| 1.2.x | ([compare][compare-1.2]) Added cutoff setting |
6465
| 1.1.x | ([compare][compare-1.1]) Added update function |
@@ -70,6 +71,7 @@ As time passes, the timestamps will automatically update.
7071
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
7172
| ... | ... |
7273

74+
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.0
7375
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
7476
[compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0
7577
[compare-1.1]: https://github.com/rmm5t/jquery-timeago/compare/v1.0.2...v1.1.0

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-timeago",
3-
"version": "1.3.2",
3+
"version": "1.4.0",
44
"main": "jquery.timeago.js",
55
"ignore": [
66
"test",

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.3.2
6+
* @version 1.4.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.3.2",
3+
"version": "1.4.0",
44
"title": "jQuery Timeago",
55
"author": {
66
"name": "Ryan McGeary",

0 commit comments

Comments
 (0)