Skip to content

Commit 472a18a

Browse files
Update version
1 parent 17e0466 commit 472a18a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asposewordscloud",
3-
"version": "20.4.0",
3+
"version": "20.5.0",
44
"description": "Aspose.Words Cloud SDK for Node.js",
55
"homepage": "https://products.aspose.cloud/words/cloud",
66
"author": {

src/internal/requestHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
8787
}
8888

8989
requestOptions.headers["x-aspose-client"] = "nodejs sdk";
90-
requestOptions.headers["x-aspose-client-version"] = "20.3";
90+
requestOptions.headers["x-aspose-client-version"] = "20.5";
9191

9292
const auth = confguration.authentication;
9393
if (!notApplyAuthToRequest) {

0 commit comments

Comments
 (0)