Skip to content

Commit 7739e69

Browse files
authored
Update README.md
1 parent 34b09ec commit 7739e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Swift](https://img.shields.io/badge/Swift-5.0-brightgreen.svg)
44
[![Build Status](https://travis-ci.org/dn-m/Structure.svg?branch=latest)](https://travis-ci.org/dn-m/Structure)
55

6-
The `Structure` package defines algebraic and data structures in Swift 4.2, along with algorithms to be performed over them.
6+
The `Structure` package defines algebraic and data structures in Swift 5.x, along with algorithms to be performed over them.
77

88
## Modules
99

@@ -32,7 +32,7 @@ Algorithms for restructuring elements in `Sequence` and `Collection` types, like
3232

3333
### Requirements
3434

35-
- Swift 4.2 (default in Xcode 10)
35+
- Swift 5.x (default in Xcode 10.2 & 11)
3636
- [Swift Package Manager](https://swift.org/package-manager/)
3737

3838
### Installation

0 commit comments

Comments
 (0)