From 6fa83a7ceb542689bdad22580127c6bc463af662 Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Mon, 20 Apr 2020 20:14:54 -0400 Subject: [PATCH] Updates to latest StripeKit release. --- Package.swift | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 223fb19..c17ad0e 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: "6.1.0"), + .package(url: "https://github.com/vapor-community/stripe-kit.git", from: "7.0.0"), ], targets: [ .target(name: "Stripe", dependencies: [ diff --git a/README.md b/README.md index 4a6dddf..98a1611 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: "4.0.0") +.package(url: "https://github.com/vapor-community/stripe.git", from: "5.0.0") ~~~~