Skip to content

Commit

Permalink
update version 1.2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Jun 3, 2021
1 parent 4ff8a8e commit cd0be19
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/cos-js-sdk-v5.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cos-js-sdk-v5",
"version": "1.2.11",
"version": "1.2.12",
"description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/cos.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ base.init(COS, task);
advance.init(COS, task);

COS.getAuthorization = util.getAuth;
COS.version = '1.2.11';
COS.version = '1.2.12';

module.exports = COS;
2 changes: 1 addition & 1 deletion src/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ var throttleOnProgress = function (total, onProgress) {
time0 = time1;
size0 = size1;
try {
onProgress({ loaded: size1, total: total, speed: speed, percent: percent });
onProgress({loaded: size1, total: total, speed: speed, percent: percent});
} catch (e) {
}
}
Expand Down

0 comments on commit cd0be19

Please sign in to comment.