Skip to content

Commit

Permalink
Updates version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
kevindb committed Jun 7, 2020
1 parent 6029e02 commit d571fa3
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 11 deletions.
4 changes: 2 additions & 2 deletions dist/jquery.form.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/jquery.form.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions form.jquery.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "form",
"title": "jQuery Form",
"version": "4.2.2",
"version": "4.3.0",
"author": {
"name": "Kevin Morris",
"url": "https://github.com/kevindb/"
Expand Down Expand Up @@ -47,7 +47,7 @@
"grunt-contrib-uglify": "^3.4.0",
"grunt-eslint": "*",
"grunt-mocha": "^1.2.0",
"jquery": "^3.4.1",
"mocha": "^6.0.2"
"jquery": "^3.5.0",
"mocha": "^6.1.4"
}
}
5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-form",
"version": "4.2.2",
"version": "4.3.0",
"description": "The jQuery Form Plugin allows you to easily and unobtrusively upgrade HTML forms to use AJAX.",
"keywords": [
"jquery",
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.form.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* jQuery Form Plugin
* version: 4.2.2
* version: 4.3.0
* Requires jQuery v1.7.2 or later
* Project repository: https://github.com/jquery-form/form
Expand Down

0 comments on commit d571fa3

Please sign in to comment.