Skip to content

Commit

Permalink
Update Leaf version
Browse files Browse the repository at this point in the history
  • Loading branch information
fpseverino committed Jul 21, 2024
1 parent 7e13d73 commit 518e51d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/leaf/getting-started.it.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Leaf è un potente linguaggio di templating con la sintassi ispirata a Swift. Pu
Il primo passo per usare Leaf è aggiungerlo come una dipendenza al tuo progetto nel tuo file di manifesto del pacchetto SPM.

```swift
// swift-tools-version:5.2
// swift-tools-version:5.8
import PackageDescription

let package = Package(
Expand All @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
/// Qualsiasi altra dipendenza ...
.package(url: "https://github.com/vapor/leaf.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/leaf.git", from: "4.4.0"),
],
targets: [
.target(name: "App", dependencies: [
Expand Down
4 changes: 2 additions & 2 deletions docs/leaf/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Leaf is a powerful templating language with Swift-inspired syntax. You can use i
The first step to using Leaf is adding it as a dependency to your project in your SPM package manifest file.

```swift
// swift-tools-version:5.2
// swift-tools-version:5.8
import PackageDescription

let package = Package(
Expand All @@ -17,7 +17,7 @@ let package = Package(
],
dependencies: [
/// Any other dependencies ...
.package(url: "https://github.com/vapor/leaf.git", from: "4.0.0"),
.package(url: "https://github.com/vapor/leaf.git", from: "4.4.0"),
],
targets: [
.target(name: "App", dependencies: [
Expand Down

0 comments on commit 518e51d

Please sign in to comment.