diff --git a/README.md b/README.md index b57de3a..f94f3ad 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.1.3-SNAPSHOT") + implementation("com.xemantic.anthropic:anthropic-sdk-kotlin:0.1.3") } ```