Skip to content

Commit 0be8765

Browse files
authored
Bump Package.swift (#230)
* Bump Package.swift versions * Update README.md
1 parent 370accd commit 0be8765

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

Package.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.6
1+
// swift-tools-version:5.7
22
import PackageDescription
33

44
let package = Package(
@@ -13,9 +13,9 @@ let package = Package(
1313
.library(name: "Leaf", targets: ["Leaf"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/vapor/leaf-kit.git", from: "1.10.2"),
17-
.package(url: "https://github.com/vapor/vapor.git", from: "4.78.1"),
18-
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.0.0"),
16+
.package(url: "https://github.com/vapor/leaf-kit.git", from: "1.10.3"),
17+
.package(url: "https://github.com/vapor/vapor.git", from: "4.92.1"),
18+
.package(url: "https://github.com/apple/swift-algorithms.git", from: "1.2.0"),
1919
],
2020
targets: [
2121
.target(name: "Leaf", dependencies: [

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
<source media="(prefers-color-scheme: dark)" srcset="https://user-images.githubusercontent.com/1130717/259964919-5afdacc0-310d-408b-9d83-9018b92d96e0.png">
44
<source media="(prefers-color-scheme: light)" srcset="https://user-images.githubusercontent.com/1130717/259964940-b450247b-8110-4757-870f-eda1a34b2e81.png">
55
<img src="https://user-images.githubusercontent.com/1130717/259964940-b450247b-8110-4757-870f-eda1a34b2e81.png" height="96" alt="Leaf">
6-
</picture>
6+
</picture>
77
<br>
88
<br>
9-
<a href="https://docs.vapor.codes/4.0/"><img src="https://img.shields.io/badge/read_the-docs-2196f3.svg" alt="Documentation"></a>
10-
<a href="https://discord.gg/vapor"><img src="https://img.shields.io/discord/431917998102675485.svg" alt="Team Chat"></a>
11-
<a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="MIT License"></a>
12-
<a href="https://github.com/vapor/leaf/actions/workflows/test.yml"><img src="https://github.com/vapor/leaf/actions/workflows/test.yml/badge.svg" alt="Continuous Integration"></a>
13-
<a href="https://swift.org"><img src="https://img.shields.io/badge/swift-5.6-brightgreen.svg" alt="Swift 5.6"></a>
9+
<a href="https://docs.vapor.codes/4.0/"><img src="https://design.vapor.codes/images/readthedocs.svg" alt="Documentation"></a>
10+
<a href="https://discord.gg/vapor"><img src="https://design.vapor.codes/images/discordchat.svg" alt="Team Chat"></a>
11+
<a href="LICENSE"><img src="https://design.vapor.codes/images/mitlicense.svg" alt="MIT License"></a>
12+
<a href="https://github.com/vapor/leaf/actions/workflows/test.yml"><img src="https://img.shields.io/github/actions/workflow/status/vapor/leaf/test.yml?event=push&style=plastic&logo=github&label=tests&logoColor=%23ccc" alt="Continuous Integration"></a>
13+
<a href="https://codecov.io/github/vapor/leaf"><img src="https://img.shields.io/codecov/c/github/vapor/leaf?style=plastic&logo=codecov&label=codecov"></a>
14+
<a href="https://swift.org"><img src="https://design.vapor.codes/images/swift57up.svg" alt="Swift 5.7+"></a>
1415
</p>
16+
1517
<br>

0 commit comments

Comments
 (0)