Skip to content

Commit 3372a14

Browse files
committed
Bump version to 0.6.0
Update README
1 parent daa7dad commit 3372a14

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ Swift implementation of the [Model Context Protocol][mcp] (MCP).
55
## Requirements
66

77
- Swift 6.0+ / Xcode 16+
8-
- macOS 14.0+ (Sonoma)
9-
- iOS 17.0+
8+
- macOS 13.0+
9+
- iOS / Mac Catalyst 16.0+
10+
- watchOS 9.0+
11+
- tvOS 16.0+
12+
- visionOS 1.0+
1013

1114
## Installation
1215

@@ -16,7 +19,7 @@ Add the following to your `Package.swift` file:
1619

1720
```swift
1821
dependencies: [
19-
.package(url: "https://github.com/modelcontextprotocol/swift-sdk.git", from: "0.5.1")
22+
.package(url: "https://github.com/modelcontextprotocol/swift-sdk.git", from: "0.6.0")
2023
]
2124
```
2225

0 commit comments

Comments
 (0)