From bcffe3f85a23ed6169d7af25e0affb7a7c6de241 Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Sat, 14 Jul 2018 01:04:38 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57de4bb..bf5c6c7 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-provider.git", from: "2.0.0") +.package(url: "https://github.com/vapor-community/stripe-provider.git", from: "2.1.1") ~~~~ Register the config and the provider to your Application