Skip to content

Commit 1a2fa08

Browse files
author
evgeny.ivanov
committed
SDK regenerated by CI server [ci skip]
1 parent 5f2ce01 commit 1a2fa08

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
@@ -122,7 +122,7 @@ Add this dependency to your project's POM:
122122
<dependency>
123123
<groupId>com.aspose</groupId>
124124
<artifactId>aspose-words-cloud</artifactId>
125-
<version>21.2.0</version>
125+
<version>21.3.0</version>
126126
</dependency>
127127
</dependencies>
128128
```

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>21.2.0</version>
7+
<version>21.3.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
@@ -56,7 +56,7 @@ public class ApiClient {
5656
private String apiVersion = "v4.0";
5757
private String baseUrl = "https://api.aspose.cloud";
5858
private String basePath = baseUrl + "/" + apiVersion;
59-
private String clientVersion = "21.2";
59+
private String clientVersion = "21.3";
6060
private boolean debugging = false;
6161
private Map<String, String> defaultHeaderMap = new HashMap<String, String>();
6262
private String tempFolderPath = null;

0 commit comments

Comments
 (0)