You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -74,7 +74,7 @@ Add the following to the `<dependencies>` section of your `pom.xml` file:
74
74
<dependency>
75
75
<groupId>com.vonage</groupId>
76
76
<artifactId>server-sdk-kotlin</artifactId>
77
-
<version>1.2.0</version>
77
+
<version>1.2.1</version>
78
78
</dependency>
79
79
```
80
80
@@ -160,8 +160,8 @@ including [**a searchable list of snippets**](https://github.com/Vonage/vonage-k
160
160
161
161
The SDK is fully documented with [KDocs](https://kotlinlang.org/docs/kotlin-doc.html), so you should have complete
162
162
documentation from your IDE. You may need to click "Download Sources" in IntelliJ to get the full documentation.
163
-
Alternatively, you can browse the documentation using a service like [Javadoc.io](https://javadoc.io/doc/com.vonage/server-sdk-kotlin/1.2.0/index.html),
164
-
which renders the documentation for you from [the artifacts on Maven Central](https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/1.2.0/).
163
+
Alternatively, you can browse the documentation using a service like [Javadoc.io](https://javadoc.io/doc/com.vonage/server-sdk-kotlin/1.2.1/index.html),
164
+
which renders the documentation for you from [the artifacts on Maven Central](https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/1.2.1/).
165
165
166
166
For help with any specific APIs, refer to the relevant documentation on our [developer portal](https://developer.vonage.com/en/documentation),
167
167
using the links provided in the [Supported APIs](#supported-apis) section. For completeness, you can also consult the
0 commit comments