Skip to content

Commit cded853

Browse files
ivankamkinIvan Kamkin
andauthored
Release 22.9 (#45)
* SDK version updated * Blog link updated Co-authored-by: Ivan Kamkin <234-Ivan.Kamkin@users.noreply.git.saltov.dynabic.com>
1 parent a7818a3 commit cded853

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Maven metadata URL](https://img.shields.io/maven-metadata/v?metadataUrl=https%3A%2F%2Frepository.aspose.cloud%2Frepo%2Fcom%2Faspose%2Faspose-barcode-cloud%2Fmaven-metadata.xml)](https://repository.aspose.cloud/repo/com/aspose/aspose-barcode-cloud/)
66

77
- API version: 3.0
8-
- SDK version: 22.8.0
8+
- SDK version: 22.9.0
99

1010
## Demo applications
1111

@@ -68,7 +68,7 @@ Add this dependency to your project's POM:
6868
<dependency>
6969
<groupId>com.aspose</groupId>
7070
<artifactId>aspose-barcode-cloud</artifactId>
71-
<version>22.8.0</version>
71+
<version>22.9.0</version>
7272
<scope>compile</scope>
7373
</dependency>
7474
```
@@ -83,7 +83,7 @@ mvn clean package
8383

8484
Then manually install the following JARs:
8585

86-
- `target/aspose-barcode-cloud-22.8.0.jar`
86+
- `target/aspose-barcode-cloud-22.9.0.jar`
8787
- `target/lib/*.jar`
8888

8989
## Getting Started
@@ -154,7 +154,7 @@ All Aspose.BarCode for Cloud SDKs, helper scripts and templates are licensed und
154154
- [**Documentation**](https://docs.aspose.cloud/barcode/)
155155
- [**Free Support Forum**](https://forum.aspose.cloud/c/barcode)
156156
- [**Paid Support Helpdesk**](https://helpdesk.aspose.cloud/)
157-
- [**Blog**](https://blog.aspose.cloud/category/barcode/)
157+
- [**Blog**](https://blog.aspose.cloud/categories/aspose.barcode-cloud-product-family/)
158158

159159
## Documentation for API Endpoints
160160

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>aspose-barcode-cloud</artifactId>
66
<packaging>jar</packaging>
77
<name>aspose-barcode-cloud</name>
8-
<version>22.8.0</version>
8+
<version>22.9.0</version>
99
<url>https://www.aspose.cloud</url>
1010
<description>Aspose.BarCode Cloud SDK for Java</description>
1111
<scm>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
public class ApiClient {
5151

5252
public final String apiVersion = "v3.0";
53-
public final String clientVersion = "22.8.0";
53+
public final String clientVersion = "22.9.0";
5454
private String baseUrl = "https://api.aspose.cloud";
5555
private String clientId;
5656
private String clientSecret;
@@ -96,7 +96,7 @@ protected ApiClient() {
9696
json = new JSON();
9797

9898
// Set default User-Agent.
99-
setUserAgent("Swagger-Codegen/22.8.0/java");
99+
setUserAgent("Swagger-Codegen/22.9.0/java");
100100

101101
addDefaultHeader("x-aspose-client", "java sdk");
102102
addDefaultHeader("x-aspose-client-version", clientVersion);

0 commit comments

Comments
 (0)