Skip to content

Commit 48fdda3

Browse files
committed
v1.6.7
1 parent 6e3bce9 commit 48fdda3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24;
110110
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
111111
| ... | ... |
112112

113-
[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.6
113+
[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.7
114114
[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.4
115115
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3
116116
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.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.6.6
6+
* @version 1.6.7
77
* @requires jQuery >=1.5.0 <4.0
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.6.6",
3+
"version": "1.6.7",
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.6.6",
3+
"version": "1.6.7",
44
"title": "jQuery Timeago",
55
"author": {
66
"name": "Ryan McGeary",

0 commit comments

Comments
 (0)