Skip to content

Commit eef6254

Browse files
committed
build: update version to 0.11.0 in pom.xml and README.md
1 parent b6e8573 commit eef6254

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
@@ -51,13 +51,13 @@ This SDK is a lightweight, annotation-based framework that simplifies MCP server
5151
<dependency>
5252
<groupId>io.github.thought2code</groupId>
5353
<artifactId>mcp-annotated-java-sdk</artifactId>
54-
<version>0.10.0</version>
54+
<version>0.11.0</version>
5555
</dependency>
5656
```
5757

5858
**Gradle:**
5959
```gradle
60-
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.10.0'
60+
implementation 'io.github.thought2code:mcp-annotated-java-sdk:0.11.0'
6161
```
6262

6363
#### 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-SNAPSHOT</version>
9+
<version>0.11.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)