Update dependency version (#34)

This commit is contained in:
Quico Moya 2022-11-23 13:00:04 +01:00 committed by GitHub
parent 15644a3758
commit 753ae58ba4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ it's as simple as adding it to a `dependencies` clause in your `Package.swift`:
``` swift ``` swift
dependencies: [ dependencies: [
.package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "0.3.0") .package(url: "https://github.com/pointfreeco/swiftui-navigation", from: "0.4.1")
] ]
``` ```