Skip to content

Commit 6778c27

Browse files
committed
Update documentation.
1 parent 65c6839 commit 6778c27

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.0
1+
// swift-tools-version:5.1
22
//
33
// Package.swift
44
// MarkdownKit

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
<p>
44
<a href="https://developer.apple.com/osx/"><img src="https://img.shields.io/badge/Platform-macOS-blue.svg?style=flat" alt="Platform: macOS" /></a>
5-
<a href="https://developer.apple.com/swift/"><img src="https://img.shields.io/badge/Language-Swift%205-green.svg?style=flat" alt="Language: Swift 5" /></a>
6-
<a href="https://developer.apple.com/xcode/"><img src="https://img.shields.io/badge/IDE-Xcode%2010.3-orange.svg?style=flat" alt="IDE: Xcode 10.3" /></a>
5+
<a href="https://developer.apple.com/swift/"><img src="https://img.shields.io/badge/Language-Swift%205.1-green.svg?style=flat" alt="Language: Swift 5.1" /></a>
6+
<a href="https://developer.apple.com/xcode/"><img src="https://img.shields.io/badge/IDE-Xcode%2011.0-orange.svg?style=flat" alt="IDE: Xcode 11.0" /></a>
77
<a href="https://raw.github.com/objecthub/swift-markdownkit/master/LICENSE"><img src="http://img.shields.io/badge/License-Apache-lightgrey.svg?style=flat" alt="License: Apache" /></a>
88
</p>
99

@@ -203,8 +203,8 @@ The command-line tool can be compiled with the _Swift Package Manager_, so _Xcod
203203
for that. Similarly, just for compiling the framework and trying the command-line tool in _Xcode_, the
204204
_Swift Package Manager_ is not needed.
205205

206-
- [Xcode 10.3](https://developer.apple.com/xcode/)
207-
- [Swift 5](https://developer.apple.com/swift/)
206+
- [Xcode 11.0](https://developer.apple.com/xcode/)
207+
- [Swift 5.1](https://developer.apple.com/swift/)
208208
- [Swift Package Manager](https://swift.org/package-manager/)
209209

210210
## Copyright

0 commit comments

Comments
 (0)