Skip to content

Commit 92eea1e

Browse files
committed
Bump version to 0.3.0
1 parent f5fc1c1 commit 92eea1e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

55
## Limitations
66

7-
- Tsurugi 1.5.0 or later.
7+
- Tsurugi 1.6.0 or later.
88
- Java21 or later.
99

1010
## Components

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'com.tsurugidb.mcp'
9-
version = '0.3.0-SNAPSHOT'
9+
version = '0.3.0'
1010

1111
java {
1212
toolchain {
@@ -39,7 +39,7 @@ repositories {
3939

4040
dependencies {
4141
implementation 'io.modelcontextprotocol.sdk:mcp:0.11.2'
42-
implementation 'com.tsurugidb.iceaxe:iceaxe-core:1.11.0-SNAPSHOT'
42+
implementation 'com.tsurugidb.iceaxe:iceaxe-core:1.11.0'
4343
implementation 'com.beust:jcommander:1.82'
4444
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.0'
4545
implementation "org.slf4j:slf4j-simple:2.0.17"

src/main/java/com/tsurugidb/mcp/server/TsurugiMcpServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
public class TsurugiMcpServer {
2727

2828
public static final String SERVER_NAME = "tsurugi-mcp-server";
29-
public static final String SERVER_VERSION = "0.3.0-SNAPSHOT";
29+
public static final String SERVER_VERSION = "0.3.0";
3030

3131
public static McpSyncServer syncServer(McpServerTransportProvider transportProvider, ObjectMapper objectMapper, Arguments arguments, SessionPool pool) {
3232
var tools = TsurugiMcpTool.syncTools(objectMapper, arguments, pool);

0 commit comments

Comments
 (0)