Skip to content

Commit 86da889

Browse files
chore: Revised the dependency version for the SDK to 0.1.1 (#40)
Revised the dependency version for the SDK to 0.1.1
1 parent 61f7e87 commit 86da889

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
@@ -96,7 +96,7 @@ Add the dependency to your `pom.xml`:
9696
<dependency>
9797
<groupId>com.google.cloud.mcp</groupId>
9898
<artifactId>mcp-toolbox-sdk-java</artifactId>
99-
<version>0.1.0</version>
99+
<version>0.1.1</version>
100100
<scope>compile</scope>
101101
</dependency>
102102
```
@@ -106,7 +106,7 @@ Add the dependency to your `pom.xml`:
106106
```
107107
dependencies {
108108
// Source: https://mvnrepository.com/artifact/com.google.cloud.mcp/mcp-toolbox-sdk-java
109-
implementation("com.google.cloud.mcp:mcp-toolbox-sdk-java:0.1.0")
109+
implementation("com.google.cloud.mcp:mcp-toolbox-sdk-java:0.1.1")
110110
}
111111
```
112112

0 commit comments

Comments
 (0)