Skip to content

Commit 16eb87d

Browse files
committed
v0.5.0
1 parent 1a0cc27 commit 16eb87d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/lib/cos-wx-sdk-v5.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.

src/cos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ var COS = function (options) {
2525
util.extend(COS.prototype, base);
2626

2727
COS.getAuthorization = util.getAuth;
28-
COS.version = '0.4.2';
28+
COS.version = '0.5.0';
2929

3030
module.exports = COS;

0 commit comments

Comments
 (0)