Skip to content

Commit 61f6395

Browse files
committed
Updated matadata download link.
1 parent 21906be commit 61f6395

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ http://plugins.jquery.com/jquery-maxsubmit/
9797

9898
## History
9999

100+
1.2.1 Correction to download link in metadata
100101
1.2.0 Bumped up version as interface has been extended
101102
1.1.4 Rewrite to support testing; listing of the items that will be submitted
102103
1.1.3 Fixed count of HTML5 input elements

jquery-maxsubmit.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"maxinputvars",
88
"suhosin"
99
],
10-
"version": "1.2.0",
10+
"version": "1.2.1",
1111
"author": {
1212
"name": "Jason Judge",
1313
"url": "https://github.com/judgej"
@@ -28,7 +28,7 @@
2828
"bugs": "https://github.com/judgej/jquery-maxsubmit/issues",
2929
"homepage": "https://github.com/judgej/jquery-maxsubmit",
3030
"docs": "https://github.com/judgej/jquery-maxsubmit",
31-
"download": "https://github.com/judgej/jquery-maxsubmit/archive/1.1.2.zip",
31+
"download": "https://github.com/judgej/jquery-maxsubmit/archive/1.2.1.zip",
3232
"dependencies": {
3333
"jquery": ">=1.5"
3434
}

jquery.maxsubmit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2013-2014 Academe Computing Ltd
33
* Released under the MIT license
44
* Author: Jason Judge <jason@academe.co.uk>
5-
* Version: 1.2.0
5+
* Version: 1.2.1
66
*/
77
/**
88
* jquery.maxsubmit.js

0 commit comments

Comments
 (0)