Skip to content

Commit 180864a

Browse files
committed
Bumped version to 1.5.4
1 parent f98523d commit 180864a

6 files changed

+8
-8
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2008-2015 Ryan McGeary
1+
Copyright (c) 2008-2017 Ryan McGeary
22

33
MIT License
44

README.markdown

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

112-
[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.3
112+
[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.4
113113
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3
114114
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
115115
[compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0
@@ -129,4 +129,4 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24;
129129

130130
[MIT License](http://www.opensource.org/licenses/mit-license.php)
131131

132-
Copyright (c) 2008-2015, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
132+
Copyright (c) 2008-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ <h3>Do you use Timeago?</h3>
215215
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
216216
License</a>
217217
</div>
218-
Copyright &copy; 2008-2015 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
218+
Copyright &copy; 2008-2017 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
219219
(<a href="http://twitter.com/rmm5t">@rmm5t</a>)
220220
</div>
221221

jquery.timeago.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
44
*
55
* @name timeago
6-
* @version 1.5.3
6+
* @version 1.5.4
77
* @requires jQuery v1.2.3+
88
* @author Ryan McGeary
99
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
1010
*
1111
* For usage and examples, visit:
1212
* http://timeago.yarp.com/
1313
*
14-
* Copyright (c) 2008-2015, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
14+
* Copyright (c) 2008-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
1515
*/
1616

1717
(function (factory) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeago",
3-
"version": "1.5.3",
3+
"version": "1.5.4",
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.3",
3+
"version": "1.5.4",
44
"title": "jQuery Timeago",
55
"author": {
66
"name": "Ryan McGeary",

0 commit comments

Comments
 (0)