From 73aabd7ca6676acccfd72364ff40a981f7a24387 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Sat, 27 Jul 2024 16:48:05 +0530 Subject: [PATCH] updated README.md Signed-off-by: Amith Koujalgi --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9de3300..6f5c95e 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,7 @@ In your Maven project, add this dependency: io.github.ollama4j ollama4j - 1.0.78 + 1.0.79 ``` @@ -218,7 +218,7 @@ In your Maven project, add this dependency: io.github.ollama4j ollama4j - 1.0.78 + 1.0.79 ``` @@ -228,7 +228,7 @@ In your Maven project, add this dependency: ```groovy dependencies { - implementation 'com.github.ollama4j:ollama4j:1.0.78' + implementation 'com.github.ollama4j:ollama4j:1.0.79' } ```