mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-02-16 16:10:54 -05:00
Version bump 0.9.3
This commit is contained in:
parent
3751418fa2
commit
ade04a5b15
2 changed files with 3 additions and 3 deletions
|
@ -175,7 +175,7 @@ end</pre>
|
|||
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
|
||||
License</a>
|
||||
</div>
|
||||
Copyright © 2008-2010 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
|
||||
Copyright © 2008-2011 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
|
||||
(<a href="http://twitter.com/rmm5t">@rmm5t</a>)
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* timeago: a jQuery plugin, version: 0.9.2 (2010-09-14)
|
||||
* timeago: a jQuery plugin, version: 0.9.3 (2011-01-21)
|
||||
* @requires jQuery v1.2.3 or later
|
||||
*
|
||||
* Timeago is a jQuery plugin that makes it easy to support automatically
|
||||
|
@ -11,7 +11,7 @@
|
|||
* Licensed under the MIT:
|
||||
* http://www.opensource.org/licenses/mit-license.php
|
||||
*
|
||||
* Copyright (c) 2008-2010, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
|
||||
* Copyright (c) 2008-2011, Ryan McGeary (ryanonjavascript -[at]- mcgeary [*dot*] org)
|
||||
*/
|
||||
(function($) {
|
||||
$.timeago = function(timestamp) {
|
||||
|
|
Loading…
Reference in a new issue