Skip to content

Commit 3cc85c3

Browse files
authored
Update Cadova dependency version in README
1 parent c3746cb commit 3cc85c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ let package = Package(
3939
name: "<#name#>",
4040
platforms: [.macOS(.v14)],
4141
dependencies: [
42-
.package(url: "https://github.com/tomasf/Cadova.git", .upToNextMinor(from: "0.1.0")),
42+
.package(url: "https://github.com/tomasf/Cadova.git", .upToNextMinor(from: "0.2.0")),
4343
],
4444
targets: [
4545
.executableTarget(

0 commit comments

Comments
 (0)