Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 8976191

Browse files
committed
update version to 1.5.2
1 parent 956051f commit 8976191

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ Kindly note that this library is not officially endorsed by OpenAI; rather, its
2121
<dependency>
2222
<groupId>br.com.rcaneppele</groupId>
2323
<artifactId>simple-openai-client</artifactId>
24-
<version>1.5.1</version>
24+
<version>1.5.2</version>
2525
</dependency>
2626
```
2727

2828
### Gradle
2929

30-
`implementation 'br.com.rcaneppele:simple-openai-client:1.5.1'`
30+
`implementation 'br.com.rcaneppele:simple-openai-client:1.5.2'`
3131

3232
### Java version support
3333

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>br.com.rcaneppele</groupId>
88
<artifactId>simple-openai-client</artifactId>
9-
<version>1.5.1</version>
9+
<version>1.5.2</version>
1010
<name>simple-openai-client</name>
1111
<description>A simple Java library for seamless integration of your Java applications with OpenAI API</description>
1212
<url>https://github.com/rcaneppele/simple-openai-client</url>

0 commit comments

Comments
 (0)