Skip to content

Commit 3bcc5e3

Browse files
committed
update to 1.3.0
1 parent 119f09f commit 3bcc5e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ A community maintained easy-to-use Java/Kotlin OpenAI API for ChatGPT, Text Comp
1818
For Kotlin DSL (`build.gradle.kts`), add this to your dependencies block:
1919
```kotlin
2020
dependencies {
21-
implementation("com.cjcrafter:openai:1.2.7")
21+
implementation("com.cjcrafter:openai:1.3.0")
2222
}
2323
```
2424
For Maven projects, add this to your `pom.xml` file in the `<dependencies>` block:
2525
```xml
2626
<dependency>
2727
<groupId>com.cjcrafter</groupId>
2828
<artifactId>openai</artifactId>
29-
<version>1.2.7</version>
29+
<version>1.3.0</version>
3030
</dependency>
3131
```
32-
See the [maven repository](https://central.sonatype.com/artifact/com.cjcrafter/openai/1.2.7) for gradle/ant/etc.
32+
See the [maven repository](https://central.sonatype.com/artifact/com.cjcrafter/openai/1.3.0) for gradle/ant/etc.
3333

3434

3535
## Working Example

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import com.github.breadmoirai.githubreleaseplugin.GithubReleaseTask
22

33
group = "com.cjcrafter"
4-
version = "1.2.7"
4+
version = "1.3.0"
55

66
plugins {
77
`java-library`

0 commit comments

Comments
 (0)