Skip to content

Commit ee68bbb

Browse files
author
evgeny.ivanov
committed
SDK regenerated by CI server [ci skip]
1 parent 42494e0 commit ee68bbb

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.7.0",
3+
"version": "20.8.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.7";
93+
requestOptions.headers["x-aspose-client-version"] = "20.8";
9494

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

0 commit comments

Comments
 (0)