Skip to content

Commit 00832fd

Browse files
committed
update dependency and version
1 parent c3c7a2a commit 00832fd

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
{
22
"name": "aidpay-php",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "A PHP wrapper for AIDPay APIs",
55
"scripts": {
66
"docs:dev": "vuepress dev docs",
77
"docs:build": "vuepress build docs",
88
"docs:deploy": "vuepress build docs && sh docs/deploy/deploy.sh",
99
"test": "echo \"Error: no test specified\" && exit 1"
1010
},
11-
"keywords": ["aidcoin", "aidpay", "aidchain", "exchange", "crypto", "charity", "client"],
11+
"keywords": [
12+
"aidcoin",
13+
"aidpay",
14+
"aidchain",
15+
"exchange",
16+
"crypto",
17+
"charity",
18+
"client"
19+
],
1220
"repository": {
1321
"type": "git",
1422
"url": "git+https://github.com/aidcoinco/aidpay-php.git"
@@ -20,6 +28,6 @@
2028
},
2129
"homepage": "https://github.com/aidcoinco/aidpay-php",
2230
"devDependencies": {
23-
"vuepress": "^0.14.4"
31+
"vuepress": "^0.14.8"
2432
}
2533
}

0 commit comments

Comments
 (0)