Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lorentey committed Sep 30, 2018
1 parent 7a98c24 commit 0ad91ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# A Double-Ended Queue Type in Swift

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

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

## Compatibility

`Deque` on the `master` branch is compatible with Swift 4.0.
`Deque` on the `master` branch is compatible with Swift 4.2.

## Installation

Expand Down Expand Up @@ -49,7 +49,7 @@ import PackageDescription
let package = Package(
name: "MyPackage",
dependencies: [
.Package(url: "https://github.com/attaswift/SipHash.git", from: "3.1.0")
.Package(url: "https://github.com/attaswift/SipHash.git", from: "3.1.1")
]
)
```

0 comments on commit 0ad91ef

Please sign in to comment.