From 1219f041c01d54d04409f18b7783ba7117277e7a Mon Sep 17 00:00:00 2001 From: aytekin Date: Wed, 8 May 2024 10:50:53 -0500 Subject: [PATCH] feat: upgrade java-sdk version from 4.3.0 to 4.4.0 --- README.md | 14 +++++++------- gradle.properties | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 14cdd7c0..d9594e38 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The recommended method for obtaining the SDK is via Gradle or Maven through the ### Gradle ```groovy -compile "com.smartcar.sdk:java-sdk:4.3.0" +compile "com.smartcar.sdk:java-sdk:4.4.0" ``` ### Maven @@ -18,16 +18,16 @@ compile "com.smartcar.sdk:java-sdk:4.3.0" com.smartcar.sdk java-sdk - 4.3.0 + 4.4.0 ``` ### Jar Direct Download -* [java-sdk-4.3.0.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.3.0/java-sdk-4.3.0.jar) -* [java-sdk-4.3.0-sources.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.3.0/java-sdk-4.3.0-sources.jar) -* [java-sdk-4.3.0-javadoc.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.3.0/java-sdk-4.3.0-javadoc.jar) +* [java-sdk-4.4.0.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.4.0/java-sdk-4.4.0.jar) +* [java-sdk-4.4.0-sources.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.4.0/java-sdk-4.4.0-sources.jar) +* [java-sdk-4.4.0-javadoc.jar](https://repo1.maven.org/maven2/com/smartcar/sdk/java-sdk/4.4.0/java-sdk-4.4.0-javadoc.jar) -Signatures and other downloads available at [Maven Central](https://central.sonatype.com/artifact/com.smartcar.sdk/java-sdk/4.3.0). +Signatures and other downloads available at [Maven Central](https://central.sonatype.com/artifact/com.smartcar.sdk/java-sdk/4.4.0). ## Usage @@ -136,7 +136,7 @@ In accordance with the Semantic Versioning specification, the addition of suppor [ci-url]: https://travis-ci.com/smartcar/java-sdk [coverage-image]: https://codecov.io/gh/smartcar/java-sdk/branch/master/graph/badge.svg?token=nZAITx7w3X [coverage-url]: https://codecov.io/gh/smartcar/java-sdk -[javadoc-image]: https://img.shields.io/badge/javadoc-4.3.0-brightgreen.svg +[javadoc-image]: https://img.shields.io/badge/javadoc-4.4.0-brightgreen.svg [javadoc-url]: https://smartcar.github.io/java-sdk [maven-image]: https://img.shields.io/maven-central/v/com.smartcar.sdk/java-sdk.svg?label=Maven%20Central [maven-url]: https://central.sonatype.com/artifact/com.smartcar.sdk/java-sdk diff --git a/gradle.properties b/gradle.properties index 48e39d9e..09d5df1e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ libGroup=com.smartcar.sdk libName=java-sdk -libVersion=4.3.0 +libVersion=4.4.0 libDescription=Smartcar Java SDK