Skip to content

Commit

Permalink
Merge pull request #124 from vapor-community/stripe-kit-update
Browse files Browse the repository at this point in the history
Stripe kit update
  • Loading branch information
Andrewangeta committed Nov 11, 2020
2 parents 4733eb6 + f8057e1 commit 41f72a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
~~~~


Expand Down

0 comments on commit 41f72a0

Please sign in to comment.