diff --git a/README.md b/README.md index 6df4e85..df1e6cc 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ See all of our SDKs and integrations on the [Vonage Developer portal](https://de ## Installation Releases are published to [Maven Central](https://central.sonatype.com/artifact/com.vonage/server-sdk-kotlin). Instructions for your build system can be found in the snippets section. -They're also available from [here](https://search.maven.org/artifact/com.vonage/server-sdk-kotlin/1.1.3/jar). +They're also available from [here](https://search.maven.org/artifact/com.vonage/server-sdk-kotlin/1.1.4/jar). Release notes for each version can be found in the [changelog](CHANGELOG.md). Here are the instructions for including the SDK in your project: @@ -63,7 +63,7 @@ Add the following to your `build.gradle` or `build.gradle.kts` file: ```groovy dependencies { - implementation("com.vonage:server-sdk-kotlin:1.1.3") + implementation("com.vonage:server-sdk-kotlin:1.1.4") } ``` @@ -74,7 +74,7 @@ Add the following to the `` section of your `pom.xml` file: com.vonage server-sdk-kotlin - 1.1.3 + 1.1.4 ``` @@ -160,8 +160,8 @@ including [**a searchable list of snippets**](https://github.com/Vonage/vonage-k The SDK is fully documented with [KDocs](https://kotlinlang.org/docs/kotlin-doc.html), so you should have complete documentation from your IDE. You may need to click "Download Sources" in IntelliJ to get the full documentation. -Alternatively, you can browse the documentation using a service like [Javadoc.io](https://javadoc.io/doc/com.vonage/server-sdk-kotlin/1.1.3/index.html), -which renders the documentation for you from [the artifacts on Maven Central](https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/1.1.3/). +Alternatively, you can browse the documentation using a service like [Javadoc.io](https://javadoc.io/doc/com.vonage/server-sdk-kotlin/1.1.4/index.html), +which renders the documentation for you from [the artifacts on Maven Central](https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/1.1.4/). For help with any specific APIs, refer to the relevant documentation on our [developer portal](https://developer.vonage.com/en/documentation), using the links provided in the [Supported APIs](#supported-apis) section. For completeness, you can also consult the diff --git a/pom.xml b/pom.xml index 9b1f7c6..e26ec59 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.vonage server-sdk-kotlin - 1.1.3 + 1.1.4 Vonage Kotlin Server SDK Kotlin client for Vonage APIs diff --git a/src/main/kotlin/com/vonage/client/kt/Vonage.kt b/src/main/kotlin/com/vonage/client/kt/Vonage.kt index 0481110..8777793 100644 --- a/src/main/kotlin/com/vonage/client/kt/Vonage.kt +++ b/src/main/kotlin/com/vonage/client/kt/Vonage.kt @@ -21,7 +21,7 @@ import com.vonage.client.VonageClient /** * Denotes the version of the Vonage Kotlin SDK being used, in SemVer format. */ -const val VONAGE_KOTLIN_SDK_VERSION = "1.1.3" +const val VONAGE_KOTLIN_SDK_VERSION = "1.1.4" /** * The non-overridable user agent string used by the SDK.