diff --git a/README.md b/README.md index edabc20..e3e4920 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ In your Maven project, add this dependency: io.github.ollama4j ollama4j - 1.0.100 + 1.1.0 ``` @@ -159,7 +159,7 @@ In your Maven project, add this dependency: io.github.ollama4j ollama4j - 1.0.100 + 1.1.0 ``` @@ -169,7 +169,7 @@ In your Maven project, add this dependency: ```groovy dependencies { - implementation 'io.github.ollama4j:ollama4j:1.0.100' + implementation 'io.github.ollama4j:ollama4j:1.1.0' } ```