Skip to content

Commit adfdfab

Browse files
committed
bump version
1 parent 3176f23 commit adfdfab

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
@@ -49,7 +49,7 @@ Run OpenAPI MCP server
4949
Download latest [release JAR file](https://github.com/JavaAIDev/openapi-mcp-server/releases) and run it using `java -jar`.
5050

5151
```sh
52-
java -jar openapi-mcp-server-0.1.2-all.jar https://api.apis.guru/v2/specs/exchangerate-api.com/4/openapi.json
52+
java -jar openapi-mcp-server-0.1.3-all.jar https://api.apis.guru/v2/specs/exchangerate-api.com/4/openapi.json
5353
```
5454

5555
### Container

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.2"
8+
version = "0.1.3"
99

1010
val mcpVersion = "0.7.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.2"],
10+
version = ["0.1.3"],
1111
description = ["Run OpenAPI MCP server"],
1212
)
1313
class Cli : Callable<Int> {

0 commit comments

Comments
 (0)