Skip to content

Stripe 1.0.0 is here!!

Compare
Choose a tag to compare
@anthonycastelli anthonycastelli released this 18 Oct 15:21

Stripe 1.0.0 is here! πŸŽ‰

In your Package.swift file, add a Package
For Swift 3

.Package(url: "https://github.com/vapor-community/stripe.git", majorVersion: 1)

For Swift 4

.package(url: "https://github.com/vapor-community/stripe.git", .upToNextMajor(from: "1.0.0"))

Run a vapor update and you're good to go!