Skip to content

Commit

Permalink
bump version to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Macek committed Sep 20, 2014
1 parent a9c2a43 commit efaebf6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2.4.3
-----
* fix location of testing script


2.4.2
-----
* add missing ignore entry to bower.json. wups!
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.serialize-object.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 jquery.serialize-object.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright 2014, macek <[email protected]>
* @link https://github.com/macek/jquery-serialize-object
* @license BSD
* @version 2.4.2
* @version 2.4.3
*/
(function(root, factory) {

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "form-serializer",
"version": "2.4.2",
"version": "2.4.3",
"description": "serialize form fields into an object or JSON",
"main": "./jquery.serialize-object.js",
"scripts": {
Expand Down Expand Up @@ -28,6 +28,6 @@
"url": "https://github.com/macek/jquery-serialize-object/issues"
},
"devDependencies": {
"uglify-js": "^2.4.22"
"uglify-js": "^2.4.32"
}
}
4 changes: 2 additions & 2 deletions serialize-object.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "serialize-object",
"title": "jQuery.serializeObject",
"description": "Serialize a form into an object or JSON.",
"version": "2.4.2",
"version": "2.4.3",
"author": {
"name": "Paul Macek",
"emali": "[email protected]",
Expand All @@ -27,5 +27,5 @@
"bugs": "https://github.com/macek/jquery-serialize-object/issues",
"homepage": "https://github.com/macek/jquery-serialize-object",
"docs": "https://github.com/macek/jquery-serialize-object/blob/master/README.md",
"download": "https://github.com/macek/jquery-serialize-object/releases/tag/2.4.2"
"download": "https://github.com/macek/jquery-serialize-object/releases/tag/2.4.3"
}

0 comments on commit efaebf6

Please sign in to comment.