Skip to content

Commit fcd3e28

Browse files
committed
chore: prepare release 4.0.1
1 parent 949b28c commit fcd3e28

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
@@ -17,7 +17,7 @@ repositories {
1717
}
1818
1919
dependencies {
20-
implementation "com.aallam.openai:openai-client:4.0.0"
20+
implementation "com.aallam.openai:openai-client:4.0.1"
2121
}
2222
```
2323

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

0 commit comments

Comments
 (0)