From 253d12786884df6f4d26f9f84c4ea085b79549b0 Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Tue, 10 Nov 2020 21:33:02 -0500 Subject: [PATCH 1/2] Bump to latest stripe kit. --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index ee4b47c..9569e66 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: "9.0.0"), + .package(url: "https://github.com/vapor-community/stripe-kit.git", from: "10.0.0"), ], targets: [ .target(name: "Stripe", dependencies: [ From f8057e1288e095f2c92de1e1e2626a0edf36cb2c Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Tue, 10 Nov 2020 21:34:30 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba2079b..1317cfa 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: "7.0.0") +.package(url: "https://github.com/vapor-community/stripe.git", from: "8.0.0") ~~~~