File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/aspose/words/cloud Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ Add this dependency to your project's POM:
231231 <dependency >
232232 <groupId >com.aspose</groupId >
233233 <artifactId >aspose-words-cloud</artifactId >
234- <version >22.7 .0</version >
234+ <version >22.8 .0</version >
235235 </dependency >
236236</dependencies >
237237```
Original file line number Diff line number Diff line change 44 <artifactId >aspose-words-cloud</artifactId >
55 <packaging >jar</packaging >
66 <name >AsposeWordsCloud</name >
7- <version >22.7 .0</version >
7+ <version >22.8 .0</version >
88 <url >https://www.aspose.cloud/</url >
99 <description >Aspose Words Java SDK</description >
1010 <scm >
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ public class ApiClient {
5858 private String apiVersion = "v4.0" ;
5959 private String baseUrl = "https://api.aspose.cloud" ;
6060 private String basePath = baseUrl + "/" + apiVersion ;
61- private String clientVersion = "22.7 " ;
61+ private String clientVersion = "22.8 " ;
6262 private boolean debugging = false ;
6363 private Map <String , String > defaultHeaderMap = new HashMap <String , String >();
6464 private String tempFolderPath = null ;
You can’t perform that action at this time.
0 commit comments