Skip to content

Commit 1472da8

Browse files
author
Ludovic Landry
committed
2 parents 0b50e94 + b82da63 commit 1472da8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp
2222

2323
```swift
2424
dependencies: [
25-
.package(url: "https://github.com/mpclarkson/StravaSwift.git", from: "1.0.0")
25+
.package(url: "https://github.com/mpclarkson/StravaSwift.git", from: "1.0.1")
2626
]
2727
```
2828

@@ -31,7 +31,7 @@ dependencies: [
3131
To install it, simply add the following line to your Podfile:
3232

3333
```ruby
34-
pod "StravaSwift", '~> 1.0.0'
34+
pod "StravaSwift", '~> 1.0.1'
3535
```
3636

3737
## Quick Start

0 commit comments

Comments
 (0)