From 9a12cebb6820f507a2375e8bf92f2d1834312432 Mon Sep 17 00:00:00 2001 From: amithkoujalgi Date: Sat, 1 Feb 2025 23:13:35 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2a6c1e..b306c47 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ In your Maven project, add this dependency: io.github.ollama4j ollama4j - 1.0.89 + 1.0.93 ``` @@ -209,7 +209,7 @@ In your Maven project, add this dependency: io.github.ollama4j ollama4j - 1.0.89 + 1.0.93 ``` @@ -219,7 +219,7 @@ In your Maven project, add this dependency: ```groovy dependencies { - implementation 'io.github.ollama4j:ollama4j:1.0.79' + implementation 'io.github.ollama4j:ollama4j:1.0.93' } ```