Skip to content

Commit

Permalink
Require the iOS libraries fix in SwiftPublicSuffixList
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Poirier committed May 14, 2022
1 parent fcb51c4 commit e9cd91d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
dependencies: [
.package(
url: "https://github.com/ekscrypto/SwiftPublicSuffixList.git",
.upToNextMajor(from: "1.0.0")
.upToNextMajor(from: "1.1.4")
),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ You can use The Swift Package Manager to install SwiftEmailValidator by adding i
name: "MyApp",
targets: [],
dependencies: [
.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"))
]
)

Expand Down

0 comments on commit e9cd91d

Please sign in to comment.