Skip to content

Commit 9b3d661

Browse files
SDK regenerated by CI server [ci skip]
1 parent 78e509d commit 9b3d661

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ Add this dependency to your project's POM:
409409
<dependency>
410410
<groupId>com.aspose</groupId>
411411
<artifactId>aspose-words-cloud</artifactId>
412-
<version>25.8.0</version>
412+
<version>25.9.0</version>
413413
</dependency>
414414
</dependencies>
415415
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>aspose-words-cloud</artifactId>
55
<packaging>jar</packaging>
66
<name>AsposeWordsCloud</name>
7-
<version>25.8.0</version>
7+
<version>25.9.0</version>
88
<url>https://www.aspose.cloud/</url>
99
<description>Aspose Words Java SDK</description>
1010
<scm>

src/main/java/com/aspose/words/cloud/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class ApiClient {
5959
private String apiVersion = "v4.0";
6060
private String baseUrl = "https://api.aspose.cloud";
6161
private String basePath = baseUrl + "/" + apiVersion;
62-
private String clientVersion = "25.8";
62+
private String clientVersion = "25.9";
6363
private boolean debugging = false;
6464
private Map<String, String> defaultHeaderMap = new HashMap<String, String>();
6565
private String tempFolderPath = null;

0 commit comments

Comments
 (0)