swift-server-community / APNSwift

📱HTTP/2 Apple Push Notification Service built with swift - send push notifications to iOS, iPadOS, tvOS, macOS, watchOS, visionOS, and Safari!
Apache License 2.0
696 stars 105 forks source link

Fix manifest versions #197

Closed 0xTim closed 7 months ago

0xTim commented 7 months ago

Ensure we specify the correct version of AHC we need. #189 updated APNSwift to use the new AHC APIs from https://github.com/swift-server/async-http-client/releases/tag/1.19.0 but I didn't bump the version in the manifest. This can cause issues if consumers are on a lower version of AHC