Skip to content

Commit

Permalink
chore: prepare release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Feb 2, 2025
1 parent 949b28c commit fcd3e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation "com.aallam.openai:openai-client:4.0.0"
implementation "com.aallam.openai:openai-client:4.0.1"
}
```

Expand All @@ -30,7 +30,7 @@ Alternatively, you can use [openai-client-bom](/openai-client-bom) by adding th
```groovy
dependencies {
// import Kotlin API client BOM
implementation platform('com.aallam.openai:openai-client-bom:4.0.0')
implementation platform('com.aallam.openai:openai-client-bom:4.0.1')
// define dependencies without versions
implementation 'com.aallam.openai:openai-client'
Expand Down

0 comments on commit fcd3e28

Please sign in to comment.