Skip to content

Commit bc44d43

Browse files
committed
Bump version to 24.7
1 parent 5fa8d79 commit bc44d43

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.6.0
8+
- SDK version: 24.7.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.6.0</version>
71+
<version>24.7.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.6.0.jar`
86+
- `target/aspose-barcode-cloud-24.7.0.jar`
8787
- `target/lib/*.jar`
8888

8989
## Getting Started

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<artifactId>aspose-barcode-cloud</artifactId>
77
<packaging>jar</packaging>
88
<name>aspose-barcode-cloud</name>
9-
<version>24.6.0</version>
9+
<version>24.7.0</version>
1010
<url>https://www.aspose.cloud</url>
1111
<description>Aspose.BarCode Cloud SDK for Java</description>
1212
<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.6.0";
44+
public final String clientVersion = "24.7.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.6.0/java");
88+
setUserAgent("Swagger-Codegen/24.7.0/java");
8989

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

0 commit comments

Comments
 (0)