Skip to content

Commit

Permalink
v1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Apr 12, 2019
1 parent fd74b04 commit e13ad6d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2008-2018 Ryan McGeary
Copyright (c) 2008-2019 Ryan McGeary

MIT License

Expand Down
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24;
| 0.7.x | ([compare][compare-0.7]) locale function overrides; unit tests |
| ... | ... |

[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.5
[compare-1.6]: https://github.com/rmm5t/jquery-timeago/compare/v1.5.4...v1.6.6
[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.4
[compare-1.4]: https://github.com/rmm5t/jquery-timeago/compare/v1.3.2...v1.4.3
[compare-1.3]: https://github.com/rmm5t/jquery-timeago/compare/v1.2.0...v1.3.2
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h3>Do you use Timeago?</h3>
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
License</a>
</div>
Copyright &copy; 2008-2017 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
Copyright &copy; 2008-2019 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
(<a href="http://twitter.com/rmm5t">@rmm5t</a>)
</div>

Expand Down
6 changes: 3 additions & 3 deletions jquery.timeago.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
*
* @name timeago
* @version 1.6.5
* @requires jQuery v1.2.3+
* @version 1.6.6
* @requires jQuery >=1.2.3 <3.4
* @author Ryan McGeary
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
*
* For usage and examples, visit:
* http://timeago.yarp.com/
*
* Copyright (c) 2008-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
* Copyright (c) 2008-2019, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
*/

(function (factory) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timeago",
"version": "1.6.5",
"version": "1.6.6",
"title": "jQuery Timeago",
"author": {
"name": "Ryan McGeary",
Expand Down
2 changes: 1 addition & 1 deletion timeago.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timeago",
"version": "1.6.5",
"version": "1.6.6",
"title": "jQuery Timeago",
"author": {
"name": "Ryan McGeary",
Expand Down

0 comments on commit e13ad6d

Please sign in to comment.