Skip to content

Commit cc1d475

Browse files
committed
chore(release): v0.7.0 released
1 parent ad68cd4 commit cc1d475

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Add the following Maven dependency to your project:
146146
<dependency>
147147
<groupId>io.github.codeboyzhou</groupId>
148148
<artifactId>mcp-declarative-java-sdk</artifactId>
149-
<version>0.7.0-SNAPSHOT</version>
149+
<version>0.7.0</version>
150150
</dependency>
151151
```
152152

docs/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following Maven dependency to your project:
1818
<dependency>
1919
<groupId>io.github.codeboyzhou</groupId>
2020
<artifactId>mcp-declarative-java-sdk</artifactId>
21-
<version>0.7.0-SNAPSHOT</version>
21+
<version>0.7.0</version>
2222
</dependency>
2323
```
2424

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.codeboyzhou</groupId>
88
<artifactId>mcp-declarative-java-sdk</artifactId>
9-
<version>0.7.0-SNAPSHOT</version>
9+
<version>0.7.0</version>
1010

1111
<name>MCP Declarative Java SDK</name>
1212
<description>Annotation-driven MCP (Model Context Protocol) Development with Java - No Spring Framework Required</description>

0 commit comments

Comments
 (0)