Skip to content

Commit ade04a5

Browse files
committed
Version bump 0.9.3
1 parent 3751418 commit ade04a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ <h3>Huh?</h3>
175175
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
176176
License</a>
177177
</div>
178-
Copyright &copy; 2008-2010 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
178+
Copyright &copy; 2008-2011 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
179179
(<a href="http://twitter.com/rmm5t">@rmm5t</a>)
180180
</div>
181181

jquery.timeago.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* timeago: a jQuery plugin, version: 0.9.2 (2010-09-14)
2+
* timeago: a jQuery plugin, version: 0.9.3 (2011-01-21)
33
* @requires jQuery v1.2.3 or later
44
*
55
* Timeago is a jQuery plugin that makes it easy to support automatically
@@ -11,7 +11,7 @@
1111
* Licensed under the MIT:
1212
* http://www.opensource.org/licenses/mit-license.php
1313
*
14-
* Copyright (c) 2008-2010, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
14+
* Copyright (c) 2008-2011, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
1515
*/
1616
(function($) {
1717
$.timeago = function(timestamp) {

0 commit comments

Comments
 (0)