Skip to content

Commit ff9c9c0

Browse files
committed
chore(readme): update dependency versions to 0.2.3
Bump all project dependencies in README from version 0.2.2 to 0.2.3.
1 parent efaa157 commit ff9c9c0

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ A comprehensive Kotlin Multiplatform library providing unified access to multipl
3030

3131
Add the dependency:
3232
```kotlin
33-
implementation("com.tddworks:openai-client-jvm:0.2.2")
33+
implementation("com.tddworks:openai-client-jvm:0.2.3")
3434
```
3535

3636
```kotlin
@@ -69,7 +69,7 @@ openAI.streamChatCompletions(
6969
For applications requiring multiple AI providers:
7070

7171
```kotlin
72-
implementation("com.tddworks:openai-gateway-jvm:0.2.2")
72+
implementation("com.tddworks:openai-gateway-jvm:0.2.3")
7373
```
7474

7575
```kotlin
@@ -107,8 +107,8 @@ For multiplatform projects:
107107
kotlin {
108108
sourceSets {
109109
commonMain.dependencies {
110-
implementation("com.tddworks:openai-client-core:0.2.2")
111-
implementation("com.tddworks:openai-gateway-core:0.2.2")
110+
implementation("com.tddworks:openai-client-core:0.2.3")
111+
implementation("com.tddworks:openai-gateway-core:0.2.3")
112112
}
113113
}
114114
}
@@ -117,11 +117,11 @@ kotlin {
117117
For JVM/Android projects:
118118
```kotlin
119119
dependencies {
120-
implementation("com.tddworks:openai-client-jvm:0.2.2")
121-
implementation("com.tddworks:anthropic-client-jvm:0.2.2")
122-
implementation("com.tddworks:ollama-client-jvm:0.2.2")
123-
implementation("com.tddworks:gemini-client-jvm:0.2.2")
124-
implementation("com.tddworks:openai-gateway-jvm:0.2.2")
120+
implementation("com.tddworks:openai-client-jvm:0.2.3")
121+
implementation("com.tddworks:anthropic-client-jvm:0.2.3")
122+
implementation("com.tddworks:ollama-client-jvm:0.2.3")
123+
implementation("com.tddworks:gemini-client-jvm:0.2.3")
124+
implementation("com.tddworks:openai-gateway-jvm:0.2.3")
125125
}
126126
```
127127

@@ -131,7 +131,7 @@ dependencies {
131131
<dependency>
132132
<groupId>com.tddworks</groupId>
133133
<artifactId>openai-client-jvm</artifactId>
134-
<version>0.2.2</version>
134+
<version>0.2.3</version>
135135
</dependency>
136136
```
137137

0 commit comments

Comments
 (0)