Skip to content

Commit

Permalink
v2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonxu committed Aug 12, 2017
1 parent e6c48f3 commit 20df4a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -479,10 +479,10 @@ function restartTask() {
console.log('restart');
}

// getService();
getService();
// getAuth();
// putBucket();
getBucket();
// getBucket();
// headBucket();
// putBucketAcl();
// getBucketAcl();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cos-nodejs-sdk-v5",
"version": "2.0.7",
"version": "2.0.8",
"description": "cos nodejs sdk v5",
"main": "index.js",
"devDependencies": {},
Expand Down

0 comments on commit 20df4a7

Please sign in to comment.