From 9b31fa53908f818558b9987c12f0bff9f214bcd5 Mon Sep 17 00:00:00 2001 From: Seb Beattie <114009274+sebastianbeattie@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:55:11 +0100 Subject: [PATCH] Update maven version in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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' } ```