Skip to content
This repository was archived by the owner on Jun 3, 2018. It is now read-only.

Commit 726b1c9

Browse files
committed
Prepare v1.3.0
1 parent 2e3152f commit 726b1c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MIT-LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2011-2013 Thomas Kemmer <tkemmer@computer.org>
3+
Copyright (c) 2011-2014 Thomas Kemmer <tkemmer@computer.org>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

timeout.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeout",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"title": "jQuery Timeout Plugin",
55
"author": {
66
"name": "Thomas Kemmer",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"jquery": ">=1.5"
1717
},
18-
"description": "Simple, yet elegant jQuery.Deferred wrapper for window.setTimeout and window.clearTimeout.",
18+
"description": "Simple, yet elegant jQuery.Deferred wrapper for window.setTimeout() and window.clearTimeout().",
1919
"keywords": [ "timeout", "deferred", "promise", "delay" ],
2020
"homepage": "https://github.com/tkem/jquery-timeout/",
2121
"bugs": "https://github.com/tkem/jquery-timeout/issues"

0 commit comments

Comments
 (0)