Skip to content

Commit ffca527

Browse files
Merge pull request #7 from hebertialmeida/fix-min-version
Bump the minimum requirements for Swift Concurrency
2 parents 364b09e + daf7003 commit ffca527

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "MarkdownSyntax",
7-
platforms: [.macOS(.v10_13), .iOS(.v12), .tvOS(.v12), .watchOS(.v4)],
7+
platforms: [.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v6)],
88
products: [
99
.library(name: "MarkdownSyntax", targets: ["MarkdownSyntax"]),
1010
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Once you have your Swift package set up, adding MarkdownSyntax as a dependency i
7171

7272
```swift
7373
dependencies: [
74-
.package(url: "https://github.com/hebertialmeida/MarkdownSyntax", from: "1.2.0")
74+
.package(url: "https://github.com/hebertialmeida/MarkdownSyntax", from: "1.2.1")
7575
]
7676
```
7777

0 commit comments

Comments
 (0)