Skip to content

Commit b5c6625

Browse files
committed
chore(release): v0.8.3 released
1 parent 24e4c4e commit b5c6625

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
@@ -145,7 +145,7 @@ Add the following Maven dependency to your project:
145145
<dependency>
146146
<groupId>io.github.codeboyzhou</groupId>
147147
<artifactId>mcp-declarative-java-sdk</artifactId>
148-
<version>0.8.3-SNAPSHOT</version>
148+
<version>0.8.3</version>
149149
</dependency>
150150
```
151151

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.8.3-SNAPSHOT</version>
21+
<version>0.8.3</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.8.3-SNAPSHOT</version>
9+
<version>0.8.3</version>
1010

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

0 commit comments

Comments
 (0)