Skip to content

Commit 7209232

Browse files
authored
Version of SDK updated (#75)
1 parent 94419f2 commit 7209232

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

+3-3
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%2Freleases.aspose.cloud%2Fjava%2Frepo%2Fcom%2Faspose%2Faspose-barcode-cloud%2Fmaven-metadata.xml)](https://releases.aspose.cloud/java/repo/com/aspose/aspose-barcode-cloud/)
66

77
- API version: 3.0
8-
- SDK version: 24.4.0
8+
- SDK version: 24.5.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>24.4.0</version>
71+
<version>24.5.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-24.4.0.jar`
86+
- `target/aspose-barcode-cloud-24.5.0.jar`
8787
- `target/lib/*.jar`
8888

8989
## Getting Started

pom.xml

+1-1
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>24.4.0</version>
8+
<version>24.5.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

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
/** ApiClient. */
4242
public class ApiClient {
4343
public final String apiVersion = "v3.0";
44-
public final String clientVersion = "24.4.0";
44+
public final String clientVersion = "24.5.0";
4545

4646
private String baseUrl = "https://api.aspose.cloud";
4747
private String tokenUrl = baseUrl + "/connect/token";
@@ -85,7 +85,7 @@ protected ApiClient() {
8585
json = new JSON();
8686

8787
// Set default User-Agent.
88-
setUserAgent("Swagger-Codegen/24.4.0/java");
88+
setUserAgent("Swagger-Codegen/24.5.0/java");
8989

9090
addDefaultHeader("x-aspose-client", "java sdk");
9191
addDefaultHeader("x-aspose-client-version", clientVersion);

0 commit comments

Comments
 (0)