Skip to content

Commit 525ccae

Browse files
committed
修改版本号
1 parent 000dd1e commit 525ccae

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
@@ -2324,7 +2324,7 @@ util.extend(COS.prototype, base);
23242324
util.extend(COS.prototype, advance);
23252325

23262326
COS.getAuthorization = util.getAuth;
2327-
COS.version = '0.1.5';
2327+
COS.version = '0.2.0';
23282328

23292329
module.exports = window.COS = COS;
23302330

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": "0.1.5",
3+
"version": "0.2.0",
44
"description": "cos js sdk v5",
55
"main": "index.js",
66
"scripts": {

src/cos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ util.extend(COS.prototype, base);
3030
util.extend(COS.prototype, advance);
3131

3232
COS.getAuthorization = util.getAuth;
33-
COS.version = '0.1.5';
33+
COS.version = '0.2.0';
3434

3535
module.exports = window.COS = COS;

0 commit comments

Comments
 (0)