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

Commit 76f3db8

Browse files
committed
Prepare v1.3.4
1 parent 842789d commit 76f3db8

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Revision history for jQuery Timeout Plugin
22

3+
1.3.4 2014-09-14
4+
5+
- Exclude bower.json from Bower ignores.
6+
37
1.3.3 2014-09-14
48

59
- Register with Bower.

bower.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-timeout",
33
"description": "Simple, yet elegant jQuery.Deferred wrapper for window.setTimeout() and window.clearTimeout().",
4-
"version": "1.3.3",
4+
"version": "1.3.4",
55
"main": "dist/jquery.timeout.js",
66
"license": "MIT",
77
"ignore": [
@@ -10,7 +10,8 @@
1010
"bower_components",
1111
"node_modules",
1212
"tests",
13-
"Gruntfile.js"
13+
"Gruntfile.js",
14+
"!bower.json"
1415
],
1516
"keywords": ["timeout","deferred","promise","delay","jquery"],
1617
"authors": [

dist/jquery.timeout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Timeout Plugin v1.3.3
2+
* jQuery Timeout Plugin v1.3.4
33
* http://github.com/tkem/jquery-timeout/
44
*
55
* Copyright (c) 2011-2014 Thomas Kemmer.

dist/jquery.timeout.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-timeout",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"title": "jQuery Timeout Plugin",
55
"description": "Simple, yet elegant jQuery.Deferred wrapper for window.setTimeout() and window.clearTimeout().",
66
"keywords": ["timeout", "deferred", "promise", "delay"],

src/bower.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"bower_components",
1111
"node_modules",
1212
"tests",
13-
"Gruntfile.js"
13+
"Gruntfile.js",
14+
"!bower.json"
1415
],
1516
"keywords": <%= JSON.stringify(pkg.keywords.concat("jquery")) %>,
1617
"authors": [

timeout.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "timeout",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"title": "jQuery Timeout Plugin",
55
"author": {
66
"name": "Thomas Kemmer",

0 commit comments

Comments
 (0)