Skip to content

Commit 1df8613

Browse files
committed
Bumped version to 1.5.1
1 parent df37102 commit 1df8613

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.markdown

+5-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ $("time#some_id").timeago("update", new Date());
8383

8484
| Version | Notes |
8585
|---------|---------------------------------------------------------------------------------|
86-
| 1.5.x | ([compare][compare-1.5]) Added Date object as argument to update function |
87-
| 1.4.x | ([compare][compare-1.4]) Added allowPast setting |
86+
| 1.5.x | ([compare][compare-1.5]) Added Date as argument to update function; locales |
87+
| 1.4.x | ([compare][compare-1.4]) Added allowPast setting; locale updates |
8888
| 1.3.x | ([compare][compare-1.3]) Added updateFromDOM function; bug fixes; bower support |
89-
| 1.2.x | ([compare][compare-1.2]) Added cutoff setting |
90-
| 1.1.x | ([compare][compare-1.1]) Added update function |
89+
| 1.2.x | ([compare][compare-1.2]) Added cutoff setting; locale updates |
90+
| 1.1.x | ([compare][compare-1.1]) Added update function; locale updates |
9191
| 1.0.x | ([compare][compare-1.0]) locale updates; bug fixes; AMD wrapper |
9292
| 0.11.x | ([compare][compare-0.11]) natural rounding; locale updates; |
9393
| 0.10.x | ([compare][compare-0.10]) locale updates |
@@ -96,7 +96,7 @@ $("time#some_id").timeago("update", new Date());
9696
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
9797
| ... | ... |
9898

99-
[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.0
99+
[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.1
100100
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3
101101
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
102102
[compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0

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.5.0
6+
* @version 1.5.1
77
* @requires jQuery v1.2.3+
88
* @author Ryan McGeary
99
* @license MIT License - http://www.opensource.org/licenses/mit-license.php

package.json

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

timeago.jquery.json

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

0 commit comments

Comments
 (0)