Skip to content

Commit f83d161

Browse files
committed
docs: update SDK version in README from 0.12.0 to 0.12.1
1 parent 26ec375 commit f83d161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ This SDK is a lightweight, annotation-based framework that simplifies MCP server
5050
<dependency>
5151
<groupId>io.github.thought2code</groupId>
5252
<artifactId>mcp-annotated-java-sdk</artifactId>
53-
<version>0.12.0</version>
53+
<version>0.12.1</version>
5454
</dependency>
5555
```
5656

5757
**Gradle:**
5858
```gradle
59-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.12.0'
59+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.12.1'
6060
```
6161

6262
#### Step 2: Create Your First MCP Server

0 commit comments

Comments
 (0)