We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb51c4 commit e9cd91dCopy full SHA for e9cd91d
Package.swift
@@ -17,7 +17,7 @@ let package = Package(
17
dependencies: [
18
.package(
19
url: "https://github.com/ekscrypto/SwiftPublicSuffixList.git",
20
- .upToNextMajor(from: "1.0.0")
+ .upToNextMajor(from: "1.1.4")
21
),
22
],
23
targets: [
README.md
@@ -18,7 +18,7 @@ You can use The Swift Package Manager to install SwiftEmailValidator by adding i
name: "MyApp",
targets: [],
- .Package(url: "https://github.com/ekscrypto/SwiftEmailValidator.git", .upToNextMajor(from: "1.0.1"))
+ .Package(url: "https://github.com/ekscrypto/SwiftEmailValidator.git", .upToNextMajor(from: "1.0.2"))
]
)
24
0 commit comments