Skip to content

Commit

Permalink
Merge pull request #30 from kflorence/kflorence-patch-1
Browse files Browse the repository at this point in the history
Update jquery.deserialize.min.js (Fixes #29)
  • Loading branch information
kflorence committed Nov 7, 2015
2 parents 807a2ac + 13b5df9 commit 609a061
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-deserialize",
"version": "1.3.1",
"version": "1.3.3",
"homepage": "https://github.com/kflorence/jquery-deserialize",
"authors": [
"Kyle Florence <kyle.florence@gmail.com>"
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.deserialize.min.js

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.deserialize",
"version": "1.3.1",
"version": "1.3.3",
"title": "jQuery.deserialize()",
"author": {
"name": "Kyle Florence",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# jQuery.deserialize [#8980](http://bugs.jquery.com/ticket/8980)
# jQuery.deserialize

$("form").deserialize(data[, options]);

Expand Down Expand Up @@ -35,5 +35,5 @@ jQuery.deserialize requires:

## License

Copyright (c) 2012 Kyle Florence
Copyright (c) 2015 Kyle Florence
jQuery.deserialize is dual licensed under MIT and GPLv2 licenses.
2 changes: 1 addition & 1 deletion src/jquery.deserialize.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @author Kyle Florence <kyle[dot]florence[at]gmail[dot]com>
* @website https://github.com/kflorence/jquery-deserialize/
* @version 1.2.1
* @version 1.3.3
*
* Dual licensed under the MIT and GPLv2 licenses.
*/
Expand Down

0 comments on commit 609a061

Please sign in to comment.