Skip to content

Commit 633c218

Browse files
committed
Merge remote-tracking branch 'origin/develop'
2 parents e42e9ca + c3c0f66 commit 633c218

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "qiniu",
3-
"version": "6.1.0",
3+
"version": "6.1.3",
44
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
55
"main": "index.js",
66
"directories": {
77
"test": "test"
88
},
99
"scripts": {
1010
"test": "make test",
11-
"blanket": {
11+
"blanket": {
1212
"pattern": "qiniu/qiniu",
1313
"data-cover-flags": {
1414
"debug": false

qiniu/conf.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
exports.ACCESS_KEY = '<PLEASE APPLY YOUR ACCESS KEY>';
33
exports.SECRET_KEY = '<DONT SEND YOUR SECRET KEY TO ANYONE>';
44

5-
exports.USER_AGENT = 'qiniu nodejs-sdk v6.0.0';
5+
exports.USER_AGENT = 'qiniu nodejs-sdk v6.1.3';
66

77
exports.UP_HOST = 'http://up.qbox.me';
88
exports.RS_HOST = 'http://rs.qbox.me';
99
exports.RSF_HOST = 'http://rsf.qbox.me';
10-
exports.RPC_TIMEOUT = 3600000; // default rpc timeout: one hour
10+
exports.RPC_TIMEOUT = 3600000; // default rpc timeout: one hour

0 commit comments

Comments
 (0)