From f3b66204c817da8a2425c0853c6a0505e97b6793 Mon Sep 17 00:00:00 2001 From: Andrew Edwards Date: Thu, 20 Jul 2023 10:44:21 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abb057a3..57e58dd0 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,13 @@ ## Version support -Stripe API version `2022-11-15` -> StripeKit: 18.0.0 +Stripe API version `2022-11-15` -> StripeKit: 19.0.0 ## Installation To start using StripeKit, in your `Package.swift`, add the following ```swift -.package(url: "https://github.com/vapor-community/stripe-kit.git", from: "18.0.0") +.package(url: "https://github.com/vapor-community/stripe-kit.git", from: "19.0.0") ``` ## Using the API