Skip to content

Commit 3a90f0d

Browse files
author
Ilya Kharlamov
committed
Update PrettyCards dependency
1 parent 7631fba commit 3a90f0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "SnapKit/SnapKit" "5.0.1"
2-
github "ilia3546/PrettyCards" "1.0.3"
2+
github "ilia3546/PrettyCards" "1.0.4"
33
github "patchthecode/JTAppleCalendar" "8.0.3"

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ let package = Package(
3636
dependencies: [
3737
.package(url: "https://github.com/patchthecode/JTAppleCalendar", from: "8.0.3"),
3838
.package(url: "https://github.com/SnapKit/SnapKit", from: "5.0.1"),
39-
.package(url: "https://github.com/ilia3546/PrettyCards", from: "1.0.3")
39+
.package(url: "https://github.com/ilia3546/PrettyCards", from: "1.0.4")
4040
],
4141
targets: [
4242
.target(name: "Fastis",

0 commit comments

Comments
 (0)