Skip to content

Commit b80970a

Browse files
authored
Merge pull request #55 from aspose-pdf-cloud/develop
update to 24.3.0
2 parents ce47761 + ce5bcf5 commit b80970a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ These SDKs are now fully supported. If you have any questions, see any bugs or h
99

1010
Extract Text & Images of a PDF document online https://products.aspose.app/pdf/parser.
1111

12-
## Enhancements in Version 24.2
13-
- Memory leak when converting PDF to DOCX.
12+
## Enhancements in Version 24.3
1413
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
1514

1615
## Installation

api_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (c *APIClient) prepareRequest (
176176

177177
// set custom header
178178
headerParams["x-aspose-client"] = "go sdk"
179-
headerParams["x-aspose-client-version"] = "24.2.0"
179+
headerParams["x-aspose-client-version"] = "24.3.0"
180180

181181
// Detect postBody type and post.
182182
if postBody != nil {

0 commit comments

Comments
 (0)