Skip to content

Commit

Permalink
Fix for infinite loop (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
mackoj authored Jan 9, 2021
1 parent 8401962 commit a8bc863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let package = Package(
.library(name: "APNS", targets: ["APNS"]),
],
dependencies: [
.package(name: "apnswift", url: "https://github.com/kylebrowning/APNSwift.git", from: "2.1.0"),
.package(name: "apnswift", url: "https://github.com/kylebrowning/APNSwift.git", from: "2.2.0"),
.package(name: "vapor", url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
],
targets: [
Expand Down

0 comments on commit a8bc863

Please sign in to comment.