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)
|
[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
|
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
|
||||||
License</a>
|
License</a>
|
||||||
</div>
|
</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>)
|
(<a href="http://twitter.com/rmm5t">@rmm5t</a>)
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
|
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
|
||||||
*
|
*
|
||||||
* @name timeago
|
* @name timeago
|
||||||
* @version 0.11.4
|
* @version 1.0.0
|
||||||
* @requires jQuery v1.2.3+
|
* @requires jQuery v1.2.3+
|
||||||
* @author Ryan McGeary
|
* @author Ryan McGeary
|
||||||
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
|
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
* For usage and examples, visit:
|
* For usage and examples, visit:
|
||||||
* http://timeago.yarp.com/
|
* 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($) {
|
(function($) {
|
||||||
$.timeago = function(timestamp) {
|
$.timeago = function(timestamp) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "timeago",
|
"name": "timeago",
|
||||||
"version": "0.11.4",
|
"version": "1.0.0",
|
||||||
"title": "jQuery Timeago",
|
"title": "jQuery Timeago",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Ryan McGeary",
|
"name": "Ryan McGeary",
|
||||||
|
|
Reference in a new issue