We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b9e74c commit 69d7b4dCopy full SHA for 69d7b4d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tencentcloud-sdk-nodejs",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "腾讯云 API NODEJS SDK",
5
"main": "index.js",
6
"scripts": {
tencentcloud/common/sdk_version.js
@@ -1,2 +1,2 @@
-const sdkVersion = "3.0.1";
-module.exports = sdkVersion
+const sdkVersion = "3.0.2";
+module.exports = sdkVersion
0 commit comments