Skip to content

Commit 92d6562

Browse files
committed
update version
1 parent 880932a commit 92d6562

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.javaaidev</groupId>
88
<artifactId>openai-chatmodel-standalone</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.2.0</version>
1010

1111
<name>OpenAI ChatModel</name>
1212
<description>Spring AI ChatModel for OpenAI using official Java SDK</description>
@@ -51,7 +51,7 @@
5151
<url>https://repo1.maven.org/maven2/</url>
5252
</repository>
5353
</repositories>
54-
54+
5555
<build>
5656
<sourceDirectory>src/main/kotlin</sourceDirectory>
5757
<testSourceDirectory>src/test/kotlin</testSourceDirectory>

0 commit comments

Comments
 (0)