Skip to content

Commit 9d91f26

Browse files
committed
bump version
1 parent 94a44db commit 9d91f26

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "com.javaaidev"
8-
version = "0.1.0"
8+
version = "0.1.1"
99

1010
val mcpVersion = "0.6.0"
1111
val slf4jVersion = "2.0.17"

src/main/kotlin/com/javaaidev/mcp/openapi/Cli.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import kotlin.system.exitProcess
77
@CommandLine.Command(
88
name = "openapi-mcp",
99
mixinStandardHelpOptions = true,
10-
version = ["0.1.0"],
10+
version = ["0.1.1"],
1111
description = ["Run OpenAPI MCP server"],
1212
)
1313
class Cli : Callable<Int> {

0 commit comments

Comments
 (0)