diff --git a/README.md b/README.md index 6cc5313..b7ae143 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp ```swift dependencies: [ - .package(url: "https://github.com/mpclarkson/StravaSwift.git", from: "1.0.0") + .package(url: "https://github.com/mpclarkson/StravaSwift.git", from: "1.0.1") ] ``` @@ -31,7 +31,7 @@ dependencies: [ To install it, simply add the following line to your Podfile: ```ruby -pod "StravaSwift", '~> 1.0.0' +pod "StravaSwift", '~> 1.0.1' ``` ## Quick Start