Bumped version to 1.4.0

This commit is contained in:
Ryan McGeary 2014-03-03 09:27:11 -05:00
parent fc90536dac
commit dceed3b1d9
4 changed files with 5 additions and 3 deletions

View file

@ -59,6 +59,7 @@ As time passes, the timestamps will automatically update.
| Version | Notes |
|---------|---------------------------------------------------------------------------------|
| 1.4.x | ([compare][compare-1.4]) Added allowPast setting |
| 1.3.x | ([compare][compare-1.3]) Added updateFromDOM function; bug fixes; bower support |
| 1.2.x | ([compare][compare-1.2]) Added cutoff setting |
| 1.1.x | ([compare][compare-1.1]) Added update function |
@ -70,6 +71,7 @@ As time passes, the timestamps will automatically update.
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
| ... | ... |
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.0
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
[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

View file

@ -1,6 +1,6 @@
{
"name": "jquery-timeago",
"version": "1.3.2",
"version": "1.4.0",
"main": "jquery.timeago.js",
"ignore": [
"test",

View file

@ -3,7 +3,7 @@
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
*
* @name timeago
* @version 1.3.2
* @version 1.4.0
* @requires jQuery v1.2.3+
* @author Ryan McGeary
* @license MIT License - http://www.opensource.org/licenses/mit-license.php

View file

@ -1,6 +1,6 @@
{
"name": "timeago",
"version": "1.3.2",
"version": "1.4.0",
"title": "jQuery Timeago",
"author": {
"name": "Ryan McGeary",