Skip to content

Commit 5c2aa15

Browse files
authored
Release 21.7 (#18)
1 parent 9ac275a commit 5c2aa15

3 files changed

Lines changed: 9 additions & 9 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: 21.6.0
8+
- SDK version: 21.7.0
99

1010
## Demo applications
1111

@@ -26,7 +26,7 @@ Building the API client library requires:
2626

2727
## Prerequisites
2828

29-
To use Aspose.BarCode Cloud SDK for Java you need to register an account with [Aspose Cloud](https://www.aspose.cloud/) and lookup/create Client Id and Client Secret at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
29+
To use Aspose.BarCode Cloud SDK for Java you need to register an account with [Aspose Cloud](https://www.aspose.cloud) and lookup/create Client Id and Client Secret at [Cloud Dashboard](https://dashboard.aspose.cloud/applications). There is free quota available. For more details, see [Aspose Cloud Pricing](https://purchase.aspose.cloud/pricing).
3030

3131
## Installation
3232

@@ -66,7 +66,7 @@ Add this dependency to your project's POM:
6666
<dependency>
6767
<groupId>com.aspose</groupId>
6868
<artifactId>aspose-barcode-cloud</artifactId>
69-
<version>21.6.0</version>
69+
<version>21.7.0</version>
7070
<scope>compile</scope>
7171
</dependency>
7272
```
@@ -81,7 +81,7 @@ mvn clean package
8181

8282
Then manually install the following JARs:
8383

84-
- `target/aspose-barcode-cloud-21.6.0.jar`
84+
- `target/aspose-barcode-cloud-21.7.0.jar`
8585
- `target/lib/*.jar`
8686

8787
## Getting Started

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<artifactId>aspose-barcode-cloud</artifactId>
66
<packaging>jar</packaging>
77
<name>aspose-barcode-cloud</name>
8-
<version>21.6.0</version>
9-
<url>https://www.aspose.cloud/</url>
8+
<version>21.7.0</version>
9+
<url>https://www.aspose.cloud</url>
1010
<description>Aspose.BarCode Cloud SDK for Java</description>
1111
<scm>
1212
<connection>scm:git:git@github.com:aspose-barcode-cloud/aspose-barcode-cloud-java.git</connection>
@@ -29,7 +29,7 @@
2929
<name>Denis Averin</name>
3030
<email>denis.averin@aspose.com</email>
3131
<organization>Aspose</organization>
32-
<organizationUrl>https://www.aspose.cloud/</organizationUrl>
32+
<organizationUrl>https://www.aspose.cloud</organizationUrl>
3333
</developer>
3434
</developers>
3535

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
public class ApiClient {
6363

6464
public final String apiVersion = "v3.0";
65-
public final String clientVersion = "21.6.0";
65+
public final String clientVersion = "21.7.0";
6666
private String baseUrl = "https://api.aspose.cloud";
6767
private String clientId;
6868
private String clientSecret;
@@ -114,7 +114,7 @@ protected ApiClient() {
114114
json = new JSON();
115115

116116
// Set default User-Agent.
117-
setUserAgent("Swagger-Codegen/21.6.0/java");
117+
setUserAgent("Swagger-Codegen/21.7.0/java");
118118

119119
addDefaultHeader("x-aspose-client", "java sdk");
120120
addDefaultHeader("x-aspose-client-version", clientVersion);

0 commit comments

Comments
 (0)