Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d502de8

Browse files
author
Kevin Morris
committedMar 9, 2017
Increments version to 4.1.0
1 parent b576266 commit d502de8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎dist/jquery.form.min.js

Lines changed: 2 additions & 2 deletions
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-form",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
55
"keywords": [ "jquery", "ajax", "jquery-plugin", "json", "json-form", "html-form", "form", "jquery-form" ],
66
"homepage": "https://github.com/jquery-form/form",

‎src/jquery.form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* jQuery Form Plugin
3-
* version: 4.0.1
3+
* version: 4.1.0
44
* Requires jQuery v1.7 or later
55
* Copyright 2017 Kevin Morris
66
* Copyright 2006 M. Alsup

0 commit comments

Comments
 (0)
Please sign in to comment.