Skip to content

Commit f9caceb

Browse files
authored
Update Swift version references in README (#240)
1 parent 456bb5b commit f9caceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Bug reports in JIRA for all driver projects (i.e. NODE, PYTHON, CSHARP, JAVA) an
3535
Core Server (i.e. SERVER) project are **public**.
3636

3737
## Installation
38-
`MongoSwift` works with Swift 4.0+.
38+
`MongoSwift` works with Swift 4.2+.
3939

4040
### macOS and Linux
4141

@@ -57,7 +57,7 @@ See example installation from source on Ubuntu in [Docker](https://github.com/mo
5757
Add MongoSwift to your dependencies in `Package.swift`:
5858

5959
```swift
60-
// swift-tools-version:4.0
60+
// swift-tools-version:4.2
6161
import PackageDescription
6262

6363
let package = Package(

0 commit comments

Comments
 (0)