Skip to content

Commit

Permalink
Release 24.12 (#82)
Browse files Browse the repository at this point in the history
* Version updated

* Update dependencies

---------

Co-authored-by: Ivan Kamkin <[email protected]>
Co-authored-by: Denis Averin <[email protected]>
  • Loading branch information
3 people authored Dec 24, 2024
1 parent f8a6b48 commit 2a4b4ba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![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/)

- API version: 3.0
- SDK version: 24.11.0
- SDK version: 24.12.0

## Demo applications

Expand Down Expand Up @@ -68,7 +68,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>com.aspose</groupId>
<artifactId>aspose-barcode-cloud</artifactId>
<version>24.11.0</version>
<version>24.12.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -83,7 +83,7 @@ mvn clean package

Then manually install the following JARs:

- `target/aspose-barcode-cloud-24.11.0.jar`
- `target/aspose-barcode-cloud-24.12.0.jar`
- `target/lib/*.jar`

## Getting Started
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>aspose-barcode-cloud</artifactId>
<packaging>jar</packaging>
<name>aspose-barcode-cloud</name>
<version>24.11.0</version>
<version>24.12.0</version>
<url>https://www.aspose.cloud</url>
<description>Aspose.BarCode Cloud SDK for Java</description>
<scm>
Expand Down Expand Up @@ -200,10 +200,10 @@
<gson-version>2.11.0</gson-version>
<swagger-core-version>1.6.14</swagger-core-version>
<okhttp-version>4.12.0</okhttp-version>
<threetenbp-version>1.6.9</threetenbp-version>
<threetenbp-version>1.7.0</threetenbp-version>
<maven-plugin-version>1.0.0</maven-plugin-version>
<junit-version>4.13.2</junit-version>
<versions-maven-plugin.version>2.17.1</versions-maven-plugin.version>
<versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
</project>
2 changes: 1 addition & 1 deletion src/main/java/com/aspose/barcode/cloud/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
/** ApiClient. */
public class ApiClient {
public final String apiVersion = "v3.0";
public final String clientVersion = "24.11.0";
public final String clientVersion = "24.12.0";

private String baseUrl = "https://api.aspose.cloud";
private String tokenUrl = baseUrl + "/connect/token";
Expand Down

0 comments on commit 2a4b4ba

Please sign in to comment.