mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-02-17 00:20:32 -05:00
Bumped version to 1.0.0
This commit is contained in:
parent
383120f626
commit
7884f4b185
4 changed files with 5 additions and 5 deletions
|
@ -57,4 +57,4 @@ As time passes, the timestamps will automatically update.
|
|||
|
||||
[MIT License](http://www.opensource.org/licenses/mit-license.php)
|
||||
|
||||
Copyright (c) 2008-2012, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
|
||||
Copyright (c) 2008-2013, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
|
||||
|
|
|
@ -193,7 +193,7 @@ end</pre>
|
|||
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
|
||||
License</a>
|
||||
</div>
|
||||
Copyright © 2008-2012 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
|
||||
Copyright © 2008-2013 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
|
||||
(<a href="http://twitter.com/rmm5t">@rmm5t</a>)
|
||||
</div>
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
|
||||
*
|
||||
* @name timeago
|
||||
* @version 0.11.4
|
||||
* @version 1.0.0
|
||||
* @requires jQuery v1.2.3+
|
||||
* @author Ryan McGeary
|
||||
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
|
||||
|
@ -11,7 +11,7 @@
|
|||
* For usage and examples, visit:
|
||||
* http://timeago.yarp.com/
|
||||
*
|
||||
* Copyright (c) 2008-2012, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
|
||||
* Copyright (c) 2008-2013, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
|
||||
*/
|
||||
(function($) {
|
||||
$.timeago = function(timestamp) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "timeago",
|
||||
"version": "0.11.4",
|
||||
"version": "1.0.0",
|
||||
"title": "jQuery Timeago",
|
||||
"author": {
|
||||
"name": "Ryan McGeary",
|
||||
|
|
Loading…
Reference in a new issue