From 34f9f929a7cc852400b7295f11e91f299433d848 Mon Sep 17 00:00:00 2001 From: Kazik Pogoda Date: Sun, 15 Dec 2024 14:15:12 +0100 Subject: [PATCH] documentation update --- README.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c68dcd0..f7214c8 100644 --- a/README.md +++ b/README.md @@ -63,8 +63,8 @@ Otherwise, you need to add to your `build.gradle.kts`: ```kotlin dependencies { - implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:.0.10") -} + implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:0.11") +} ``` , and in case of JVM: diff --git a/gradle.properties b/gradle.properties index 1a3abbb..0baaadd 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ kotlin.native.enableKlibsCrossCompilation=true kotlin.incremental.wasm=true org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn=true -version=0.11-SNAPSHOT +version=0.12-SNAPSHOT