Skip to content

Commit 69c073e

Browse files
committed
feat:v2.0.0
1 parent c2e7a91 commit 69c073e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

dist/cos-js-sdk-v5.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2485,7 +2485,7 @@ COS.util = {
24852485
json2xml: util.json2xml
24862486
};
24872487
COS.getAuthorization = util.getAuth;
2488-
COS.version = '1.3.5';
2488+
COS.version = '2.0.0';
24892489

24902490
module.exports = COS;
24912491

dist/cos-js-sdk-v5.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cos-js-sdk-v5",
3-
"version": "1.3.5",
3+
"version": "2.0.0",
44
"description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
55
"main": "index.js",
66
"types": "index.d.ts",

src/cos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ COS.util = {
7777
json2xml: util.json2xml,
7878
};
7979
COS.getAuthorization = util.getAuth;
80-
COS.version = '1.3.5';
80+
COS.version = '2.0.0';
8181

8282
module.exports = COS;

0 commit comments

Comments
 (0)