File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
<a href="LICENSE">
12
12
<img src="http://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License">
13
13
</a>
14
- <a href="https://github.com/vapor/multipart-kit/actions">
15
- <img src="https://github.com/vapor/multipart-kit/workflows/test/badge.svg" alt="Continuous Integration">
14
+ <a href="https://github.com/vapor/multipart-kit/actions/workflows/test.yml ">
15
+ <img src="https://github.com/vapor/multipart-kit/actions/ workflows/test.yml /badge.svg" alt="Continuous Integration">
16
16
</a>
17
17
<a href="https://swift.org">
18
- <img src="http://img.shields.io/badge/swift-5.2 -brightgreen.svg" alt="Swift 5.2 ">
18
+ <img src="http://img.shields.io/badge/swift-5.4 -brightgreen.svg" alt="Swift 5.4 ">
19
19
</a>
20
20
<a href="https://twitter.com/codevapor">
21
21
<img src="https://img.shields.io/badge/twitter-codevapor-5AA9E7.svg" alt="Twitter">
@@ -30,7 +30,7 @@ The table below shows a list of MultipartKit major releases alongside their comp
30
30
31
31
| Version| NIO| Swift| SPM|
32
32
| ---| ---| ---| ---|
33
- | 4.0| 2.2| 5.2 +| ` from: "4.0.0" ` |
33
+ | 4.0| 2.2| 5.4 +| ` from: "4.0.0" ` |
34
34
| 3.0| 1.0| 4.0+| ` from: "3.0.0" ` |
35
35
| 2.0| N/A| 3.1+| ` from: "2.0.0" ` |
36
36
| 1.0| N/A| 3.1+| ` from: "1.0.0" ` |
@@ -45,7 +45,7 @@ Use the SPM string to easily include the dependency in your `Package.swift` file
45
45
46
46
MultipartKit supports the following platforms:
47
47
48
- - Ubuntu 18.04+
48
+ - All Linux distributions supported by Swift
49
49
- macOS 10.15+
50
50
51
51
## Overview
You can’t perform that action at this time.
0 commit comments