Skip to content

Commit fed6ee4

Browse files
Update README to 1.3.1
1 parent dd66a07 commit fed6ee4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To incorporate Quarkus LangChain4j into your Quarkus project, add the following
3434
<dependency>
3535
<groupId>io.quarkiverse.langchain4j</groupId>
3636
<artifactId>quarkus-langchain4j-openai</artifactId>
37-
<version>1.3.0</version>
37+
<version>1.3.1</version>
3838
</dependency>
3939
```
4040

@@ -44,7 +44,7 @@ or, to use Ollama:
4444
<dependency>
4545
<groupId>io.quarkiverse.langchain4j</groupId>
4646
<artifactId>quarkus-langchain4j-ollama</artifactId>
47-
<version>1.3.0</version>
47+
<version>1.3.1</version>
4848
</dependency>
4949
```
5050

0 commit comments

Comments
 (0)