Skip to content

Commit

Permalink
Bump upstream version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebrowning authored Feb 1, 2021
1 parent a8bc863 commit f4ed3f9
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.2.0"),
.package(name: "apnswift", url: "https://github.com/kylebrowning/APNSwift.git", from: "2.3.0"),
.package(name: "vapor", url: "https://github.com/vapor/vapor.git", from: "4.0.0"),
],
targets: [
Expand Down

0 comments on commit f4ed3f9

Please sign in to comment.