Skip to content

Commit c81730f

Browse files
authored
Merge pull request #34 from aspose-pdf-cloud/develop
update to 22.5.0
2 parents 9b8ada4 + 279b3d0 commit c81730f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +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 22.4
12+
## Enhancements in Version 22.5
1313
- A new version of Aspose.PDF Cloud was prepared using the latest version of Aspose.PDF for .NET.
1414

1515
## 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"] = "22.4.0"
179+
headerParams["x-aspose-client-version"] = "22.5.0"
180180

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

0 commit comments

Comments
 (0)