Skip to content

Commit c04d929

Browse files
committed
Bump version
1 parent 71bc8b5 commit c04d929

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-param",
33
"description": "equivalent function to jQuery.param",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"main": "jquery-param.js",
66
"moduleType": [
77
"amd",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-param",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "equivalent function to jQuery.param",
55
"main": "jquery-param.js",
66
"scripts": {
@@ -28,8 +28,8 @@
2828
"devDependencies": {
2929
"expect.js": "^0.3.1",
3030
"jquery": "^3.4.1",
31-
"jsdom": "^15.2.1",
32-
"mocha": "^7.1.0",
31+
"jsdom": "^16.2.2",
32+
"mocha": "^7.1.1",
3333
"mocha-phantomjs-core": "^2.1.2",
3434
"phantomjs-prebuilt": "^2.1.16"
3535
}

0 commit comments

Comments
 (0)