Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
longbai committed Apr 3, 2014
2 parents e42e9ca + c3c0f66 commit 633c218
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "qiniu",
"version": "6.1.0",
"version": "6.1.3",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "make test",
"blanket": {
"blanket": {
"pattern": "qiniu/qiniu",
"data-cover-flags": {
"debug": false
Expand Down
4 changes: 2 additions & 2 deletions qiniu/conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
exports.ACCESS_KEY = '<PLEASE APPLY YOUR ACCESS KEY>';
exports.SECRET_KEY = '<DONT SEND YOUR SECRET KEY TO ANYONE>';

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

exports.UP_HOST = 'http://up.qbox.me';
exports.RS_HOST = 'http://rs.qbox.me';
exports.RSF_HOST = 'http://rsf.qbox.me';
exports.RPC_TIMEOUT = 3600000; // default rpc timeout: one hour
exports.RPC_TIMEOUT = 3600000; // default rpc timeout: one hour

0 comments on commit 633c218

Please sign in to comment.