diff --git a/README.md b/README.md index f0fb8e6..b67b40e 100644 --- a/README.md +++ b/README.md @@ -97,6 +97,7 @@ http://plugins.jquery.com/jquery-maxsubmit/ ## History +1.2.1 Correction to download link in metadata 1.2.0 Bumped up version as interface has been extended 1.1.4 Rewrite to support testing; listing of the items that will be submitted 1.1.3 Fixed count of HTML5 input elements diff --git a/jquery-maxsubmit.jquery.json b/jquery-maxsubmit.jquery.json index 3171c05..abc3ecd 100644 --- a/jquery-maxsubmit.jquery.json +++ b/jquery-maxsubmit.jquery.json @@ -7,7 +7,7 @@ "maxinputvars", "suhosin" ], - "version": "1.2.0", + "version": "1.2.1", "author": { "name": "Jason Judge", "url": "https://github.com/judgej" @@ -28,7 +28,7 @@ "bugs": "https://github.com/judgej/jquery-maxsubmit/issues", "homepage": "https://github.com/judgej/jquery-maxsubmit", "docs": "https://github.com/judgej/jquery-maxsubmit", - "download": "https://github.com/judgej/jquery-maxsubmit/archive/1.1.2.zip", + "download": "https://github.com/judgej/jquery-maxsubmit/archive/1.2.1.zip", "dependencies": { "jquery": ">=1.5" } diff --git a/jquery.maxsubmit.js b/jquery.maxsubmit.js index 0043329..dd4326e 100644 --- a/jquery.maxsubmit.js +++ b/jquery.maxsubmit.js @@ -2,7 +2,7 @@ * Copyright 2013-2014 Academe Computing Ltd * Released under the MIT license * Author: Jason Judge - * Version: 1.2.0 + * Version: 1.2.1 */ /** * jquery.maxsubmit.js