Bumped version to 1.0.0

This commit is contained in:
Ryan McGeary 2013-01-21 10:33:20 -05:00
parent 383120f626
commit 7884f4b185
4 changed files with 5 additions and 5 deletions

View file

@ -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)

View file

@ -193,7 +193,7 @@ end</pre>
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
License</a>
</div>
Copyright &copy; 2008-2012 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
Copyright &copy; 2008-2013 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
(<a href="http://twitter.com/rmm5t">@rmm5t</a>)
</div>

View file

@ -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) {

View file

@ -1,6 +1,6 @@
{
"name": "timeago",
"version": "0.11.4",
"version": "1.0.0",
"title": "jQuery Timeago",
"author": {
"name": "Ryan McGeary",