Skip to content

Commit 6cda0dd

Browse files
authored
Merge pull request #44 from akkyie/update-readme
Update README
2 parents 678fe0e + 466ee65 commit 6cda0dd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

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

33
[![Build Status](https://travis-ci.com/akkyie/Tablier.svg?branch=master)](https://travis-ci.com/akkyie/Tablier)
44
[![codecov](https://codecov.io/gh/akkyie/Tablier/branch/master/graph/badge.svg)](https://codecov.io/gh/akkyie/Tablier)
5-
![Swift 4.2](https://img.shields.io/badge/swift-4.2-orange.svg)
6-
![Swift 5.0](https://img.shields.io/badge/swift-5.0-orange.svg)
5+
![Swift 5](https://img.shields.io/badge/swift-5-orange.svg)
76
![CocoaPods compatible](https://img.shields.io/cocoapods/v/Tablier.svg)
87
![Carthage compatible](https://img.shields.io/badge/carthage-compatible-brightgreen.svg)
98
![SPM compatible](https://img.shields.io/badge/SPM-Compatible-brightgreen.svg)
@@ -27,7 +26,7 @@ A micro-framework for [_Table Driven Tests_](https://github.com/golang/go/wiki/T
2726
### Swift Package Manager
2827

2928
```swift
30-
.package(url: "https://github.com/akkyie/Tablier", from: "0.2.0")
29+
.package(url: "https://github.com/akkyie/Tablier", from: "0.4.0")
3130
```
3231

3332
### Cocoapods

0 commit comments

Comments
 (0)