Skip to content

Commit 7884f4b

Browse files
committed
Bumped version to 1.0.0
1 parent 383120f commit 7884f4b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ As time passes, the timestamps will automatically update.
5757

5858
[MIT License](http://www.opensource.org/licenses/mit-license.php)
5959

60-
Copyright (c) 2008-2012, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
60+
Copyright (c) 2008-2013, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ <h3>Do you use Timeago?</h3>
193193
<a href="http://www.opensource.org/licenses/mit-license.php">MIT
194194
License</a>
195195
</div>
196-
Copyright &copy; 2008-2012 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
196+
Copyright &copy; 2008-2013 <a href="http://ryan.mcgeary.org">Ryan McGeary</a>
197197
(<a href="http://twitter.com/rmm5t">@rmm5t</a>)
198198
</div>
199199

jquery.timeago.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* updating fuzzy timestamps (e.g. "4 minutes ago" or "about 1 day ago").
44
*
55
* @name timeago
6-
* @version 0.11.4
6+
* @version 1.0.0
77
* @requires jQuery v1.2.3+
88
* @author Ryan McGeary
99
* @license MIT License - http://www.opensource.org/licenses/mit-license.php
1010
*
1111
* For usage and examples, visit:
1212
* http://timeago.yarp.com/
1313
*
14-
* Copyright (c) 2008-2012, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
14+
* Copyright (c) 2008-2013, Ryan McGeary (ryan -[at]- mcgeary [*dot*] org)
1515
*/
1616
(function($) {
1717
$.timeago = function(timestamp) {

tiemago.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeago",
3-
"version": "0.11.4",
3+
"version": "1.0.0",
44
"title": "jQuery Timeago",
55
"author": {
66
"name": "Ryan McGeary",

0 commit comments

Comments
 (0)