Skip to content

Commit d571fa3

Browse files
committed
Updates version numbers
1 parent 6029e02 commit d571fa3

File tree

6 files changed

+10
-11
lines changed

6 files changed

+10
-11
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.

dist/jquery.form.min.js.map

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

form.jquery.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "form",
33
"title": "jQuery Form",
4-
"version": "4.2.2",
4+
"version": "4.3.0",
55
"author": {
66
"name": "Kevin Morris",
77
"url": "https://github.com/kevindb/"
@@ -47,7 +47,7 @@
4747
"grunt-contrib-uglify": "^3.4.0",
4848
"grunt-eslint": "*",
4949
"grunt-mocha": "^1.2.0",
50-
"jquery": "^3.4.1",
51-
"mocha": "^6.0.2"
50+
"jquery": "^3.5.0",
51+
"mocha": "^6.1.4"
5252
}
5353
}

package-lock.json

Lines changed: 2 additions & 3 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.2.2",
3+
"version": "4.3.0",
44
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
55
"keywords": [
66
"jquery",

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.2.2
3+
* version: 4.3.0
44
* Requires jQuery v1.7.2 or later
55
* Project repository: https://github.com/jquery-form/form
66

0 commit comments

Comments
 (0)