Skip to content

Commit 16ae79a

Browse files
WORDSCLOUD-1370
1 parent e98a2a5 commit 16ae79a

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.9.0",
3+
"version": "20.10.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
@@ -90,7 +90,7 @@ async function invokeApiMethodInternal(requestOptions: request.OptionsWithUri, c
9090
}
9191

9292
requestOptions.headers["x-aspose-client"] = "nodejs sdk";
93-
requestOptions.headers["x-aspose-client-version"] = "20.9";
93+
requestOptions.headers["x-aspose-client-version"] = "20.10";
9494

9595
requestOptions.uri = encodeURI(requestOptions.uri.toString());
9696

0 commit comments

Comments
 (0)