Skip to content

Commit e3cda4e

Browse files
committed
new tag on the way
1 parent 8fcbc4e commit e3cda4e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

formvalidator.jquery.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"name" : "formvalidator",
33
"title" : "jQuery Form Validator",
44
"description" : "This plugin was created to minimize javascript logic in the html code when dealing with front-end validation of form data",
5-
"version" : "1.5.1",
5+
"version" : "1.5.2",
66
"author" : "Victor Jonsson (http://victorjonsson.se)",
77
"homepage" : "https://github.com/victorjonsson/jQuery-Form-Validator",
88
"demo" : "http://victorjonsson.se/jquery-form-validator/?from=jQuery",
9-
"download" : "https://github.com/victorjonsson/jQuery-Form-Validator/archive/v1.5.1.zip",
9+
"download" : "https://raw.github.com/victorjonsson/jQuery-Form-Validator/master/jquery.formvalidator.min.js",
1010
"licenses" : "Dual licensed under the MIT or GPL Version 2 licenses",
1111
"dependencies" : {
1212
"jquery": ">=1.5"

jquery.formvalidator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Dual licensed under the MIT or GPL Version 2 licenses
88
*
9-
* $version 1.5.1
9+
* $version 1.5.2
1010
*/
1111
(function($) {
1212
$.extend($.fn, {

jquery.formvalidator.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.

0 commit comments

Comments
 (0)