From f8057e1288e095f2c92de1e1e2626a0edf36cb2c Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Tue, 10 Nov 2020 21:34:30 -0500 Subject: [PATCH] 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") ~~~~