Skip to content

Commit e0da2a8

Browse files
authored
Patch release 0.7.1 (#268)
Bump version to 0.7.1 ## How Has This Been Tested? Locally ## Breaking Changes - ## Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. --> - [x] I have read the [MCP Documentation](https://modelcontextprotocol.io) - [x] My code follows the repository's style guidelines - [x] New and existing tests pass locally - [ ] I have added appropriate error handling - [x] I have added or updated documentation as needed
1 parent 1fd0391 commit e0da2a8

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
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = "io.modelcontextprotocol"
9-
version = "0.7.0"
9+
version = "0.7.1"
1010
}
1111

1212
dependencies {

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ kotest = "5.9.1"
2020
awaitility = "4.3.0"
2121

2222
# Samples
23-
mcp-kotlin = "0.7.0"
23+
mcp-kotlin = "0.7.1"
2424
anthropic = "2.7.0"
2525
shadow = "8.1.1"
2626

0 commit comments

Comments
 (0)