Skip to content

Commit 9fd1216

Browse files
committed
update README.md for Swift 5.3
1 parent 93beec8 commit 9fd1216

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AccelerateArray
22

3-
[![Swift Version](https://img.shields.io/badge/swift-5.2-blue.svg)](https://swift.org)
3+
[![Swift Version](https://img.shields.io/badge/swift-5.3-blue.svg)](https://swift.org)
44
![Platform](https://img.shields.io/badge/platform-osx--64-lightgray.svg)
55
[![Build Travis-CI Status](https://travis-ci.org/dastrobu/AccelerateArray.svg?branch=master)](https://travis-ci.org/dastrobu/AccelerateArray)
66
[![documentation](https://github.com/dastrobu/AccelerateArray/raw/master/docs/badge.svg?sanitize=true)](https://dastrobu.github.io/AccelerateArray/)
@@ -41,7 +41,7 @@ additional types, which can be easily built on top of this package.
4141

4242
### Swift Package Manager
4343
dependencies: [
44-
.package(url: "https://github.com/dastrobu/AccelerateArray.git", from: "0.3.0"),
44+
.package(url: "https://github.com/dastrobu/AccelerateArray.git", from: "0.3.1"),
4545
],
4646
4747
### Cocoa Pods

0 commit comments

Comments
 (0)