From 137d4fcc30c66730299553808995c0af53e2aabf Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Tue, 21 Jul 2020 21:45:38 -0400 Subject: [PATCH] Update to latest StripeKit. --- Package.swift | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index ad5946c..ab746df 100644 --- a/Package.swift +++ b/Package.swift @@ -11,7 +11,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/vapor/vapor.git", from: "4.0.0"), - .package(url: "https://github.com/vapor-community/stripe-kit.git", from: "7.0.1"), + .package(url: "https://github.com/vapor-community/stripe-kit.git", from: "8.0.0"), ], targets: [ .target(name: "Stripe", dependencies: [ diff --git a/README.md b/README.md index 98a1611..fdf6dd4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ In your `Package.swift` file, add the following ~~~~swift -.package(url: "https://github.com/vapor-community/stripe.git", from: "5.0.0") +.package(url: "https://github.com/vapor-community/stripe.git", from: "6.0.0") ~~~~