Skip to content

Commit 99515e3

Browse files
committed
Update dependency version to 1.0.1 in README
1 parent 9c75d0c commit 99515e3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add the following dependency to your `pom.xml`:
3535
<dependency>
3636
<groupId>com.digitalsanctuary</groupId>
3737
<artifactId>spring-ai-client</artifactId>
38-
<version>1.0.0</version>
38+
<version>1.0.1</version>
3939
</dependency>
4040
```
4141

@@ -45,7 +45,7 @@ Add the following dependency to your `build.gradle`:
4545

4646
```groovy
4747
dependencies {
48-
implementation 'com.digitalsanctuary:spring-ai-client:1.0.0'
48+
implementation 'com.digitalsanctuary:spring-ai-client:1.0.1'
4949
}
5050
```
5151

0 commit comments

Comments
 (0)