Skip to content

Commit

Permalink
Bumped version to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Jan 19, 2017
1 parent f98523d commit 180864a
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-2015 Ryan McGeary
Copyright (c) 2008-2017 Ryan McGeary

MIT License

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

[compare-1.5]: https://github.com/rmm5t/jquery-timeago/compare/v1.4.3...v1.5.3
[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
[compare-1.2]: https://github.com/rmm5t/jquery-timeago/compare/v1.1.0...v1.2.0
Expand All @@ -129,4 +129,4 @@ jQuery.timeago.settings.cutoff = 1000*60*60*24;

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

Copyright (c) 2008-2015, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
Copyright (c) 2008-2017, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
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-2015 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
Copyright &copy; 2008-2017 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
(<a href="http://twitter.com/rmm5t">@rmm5t</a>)
</div>

Expand Down
4 changes: 2 additions & 2 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.5.3
* @version 1.5.4
* @requires jQuery v1.2.3+
* @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-2015, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
* Copyright (c) 2008-2017, 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.5.3",
"version": "1.5.4",
"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.5.3",
"version": "1.5.4",
"title": "jQuery Timeago",
"author": {
"name": "Ryan McGeary",
Expand Down

0 comments on commit 180864a

Please sign in to comment.