Skip to content

Commit 0ad91ef

Browse files
committed
Update README.md
1 parent 7a98c24 commit 0ad91ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# A Double-Ended Queue Type in Swift
22

3-
[![Swift 4](https://img.shields.io/badge/Swift-4-blue.svg)](https://swift.org)
3+
[![Swift 4.2](https://img.shields.io/badge/Swift-4.2-blue.svg)](https://swift.org)
44
[![License](https://img.shields.io/badge/licence-MIT-blue.svg)](https://github.com/attaswift/BTree/blob/master/LICENSE.md)
55
[![Platform](https://img.shields.io/badge/platforms-OS_X%20∙%20iOS%20∙%20watchOS%20∙%20tvOS-blue.svg)](https://developer.apple.com/platforms/)
66

@@ -19,7 +19,7 @@ Deques are structs and implement the same copy-on-write value semantics as stand
1919

2020
## Compatibility
2121

22-
`Deque` on the `master` branch is compatible with Swift 4.0.
22+
`Deque` on the `master` branch is compatible with Swift 4.2.
2323

2424
## Installation
2525

@@ -49,7 +49,7 @@ import PackageDescription
4949
let package = Package(
5050
name: "MyPackage",
5151
dependencies: [
52-
.Package(url: "https://github.com/attaswift/SipHash.git", from: "3.1.0")
52+
.Package(url: "https://github.com/attaswift/SipHash.git", from: "3.1.1")
5353
]
5454
)
5555
```

0 commit comments

Comments
 (0)