From 202fbef8b71141af3d6131e437d2fceb3abacec4 Mon Sep 17 00:00:00 2001
From: Amith Koujalgi <1876165+amithkoujalgi@users.noreply.github.com>
Date: Wed, 16 Apr 2025 21:15:49 +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 b405125..0a5ee2e 100644
--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@ In your Maven project, add this dependency:
io.github.ollama4j
ollama4j
- 1.0.93
+ 1.0.100
```
@@ -158,7 +158,7 @@ In your Maven project, add this dependency:
io.github.ollama4j
ollama4j
- 1.0.93
+ 1.0.100
```
@@ -168,7 +168,7 @@ In your Maven project, add this dependency:
```groovy
dependencies {
- implementation 'io.github.ollama4j:ollama4j:1.0.93'
+ implementation 'io.github.ollama4j:ollama4j:1.0.100'
}
```