Update maven version in README.md

This commit is contained in:
Seb Beattie 2025-09-04 10:55:11 +01:00 committed by GitHub
parent 0e0c83a065
commit 9b31fa5390
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ In your Maven project, add this dependency:
<dependency> <dependency>
<groupId>io.github.ollama4j</groupId> <groupId>io.github.ollama4j</groupId>
<artifactId>ollama4j</artifactId> <artifactId>ollama4j</artifactId>
<version>1.0.100</version> <version>1.1.0</version>
</dependency> </dependency>
``` ```
@ -159,7 +159,7 @@ In your Maven project, add this dependency:
<dependency> <dependency>
<groupId>io.github.ollama4j</groupId> <groupId>io.github.ollama4j</groupId>
<artifactId>ollama4j</artifactId> <artifactId>ollama4j</artifactId>
<version>1.0.100</version> <version>1.1.0</version>
</dependency> </dependency>
``` ```
@ -169,7 +169,7 @@ In your Maven project, add this dependency:
```groovy ```groovy
dependencies { dependencies {
implementation 'io.github.ollama4j:ollama4j:1.0.100' implementation 'io.github.ollama4j:ollama4j:1.1.0'
} }
``` ```