We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c75d0c commit 99515e3Copy full SHA for 99515e3
1 file changed
README.md
@@ -35,7 +35,7 @@ Add the following dependency to your `pom.xml`:
35
<dependency>
36
<groupId>com.digitalsanctuary</groupId>
37
<artifactId>spring-ai-client</artifactId>
38
- <version>1.0.0</version>
+ <version>1.0.1</version>
39
</dependency>
40
```
41
@@ -45,7 +45,7 @@ Add the following dependency to your `build.gradle`:
45
46
```groovy
47
dependencies {
48
- implementation 'com.digitalsanctuary:spring-ai-client:1.0.0'
+ implementation 'com.digitalsanctuary:spring-ai-client:1.0.1'
49
}
50
51
0 commit comments