Skip to content

Commit 4b08011

Browse files
committed
Update to v20.12
1 parent b823e93 commit 4b08011

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "asposepdfcloud",
3-
"version": "20.9.0",
3+
"version": "20.12.0",
44
"description": "Aspose.PDF Cloud SDK",
55
"homepage": "https://products.aspose.cloud/pdf/cloud",
66
"author": {

src/requestHelper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ async function invokeApiMethodInternal(requestOptions: request.Options, confgura
9393
//headers
9494
sa.set("User-Agent", "pdf nodejs sdk");
9595
sa.set("x-aspose-client", "nodejs sdk");
96-
sa.set("x-aspose-client-version", "20.9.0");
96+
sa.set("x-aspose-client-version", "20.12.0");
9797

9898
if (!requestOptions.headers) {
9999
requestOptions.headers = {};

0 commit comments

Comments
 (0)