diff --git a/README.md b/README.md index 3938899..23b426c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Add to your `build.gradle.kts`: ```kotlin dependencies { - implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:0.2") + implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:0.2.1") } ```