Skip to content

Commit e9cd91d

Browse files
author
Dave Poirier
committed
Require the iOS libraries fix in SwiftPublicSuffixList
1 parent fcb51c4 commit e9cd91d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
dependencies: [
1818
.package(
1919
url: "https://github.com/ekscrypto/SwiftPublicSuffixList.git",
20-
.upToNextMajor(from: "1.0.0")
20+
.upToNextMajor(from: "1.1.4")
2121
),
2222
],
2323
targets: [

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ You can use The Swift Package Manager to install SwiftEmailValidator by adding i
1818
name: "MyApp",
1919
targets: [],
2020
dependencies: [
21-
.Package(url: "https://github.com/ekscrypto/SwiftEmailValidator.git", .upToNextMajor(from: "1.0.1"))
21+
.Package(url: "https://github.com/ekscrypto/SwiftEmailValidator.git", .upToNextMajor(from: "1.0.2"))
2222
]
2323
)
2424

0 commit comments

Comments
 (0)