Skip to content

Commit 438a01c

Browse files
committed
chore(release): v0.12.0 released
1 parent 7b82458 commit 438a01c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.11.0</version>
53+
<version>0.12.0</version>
5454
</dependency>
5555
```
5656

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

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.thought2code</groupId>
88
<artifactId>mcp-annotated-java-sdk</artifactId>
9-
<version>0.11.0</version>
9+
<version>0.12.0</version>
1010

1111
<name>MCP Annotated Java SDK</name>
1212
<description>Annotation-driven MCP (Model Context Protocol) Development with Java</description>

0 commit comments

Comments
 (0)