Skip to content

Commit 5d0c770

Browse files
authored
Update README.md
1 parent 58bf74c commit 5d0c770

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ OSRM Text Instructions for Swift is based on the canonical [osrm-text-instructio
1515
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:
1616

1717
```cartfile
18-
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.2.0
18+
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.0
1919
```
2020

2121
Or in your [CocoaPods](http://cocoapods.org/) Podfile:
2222

2323
```podspec
24-
pod 'OSRMTextInstructions', '~> 0.2.0'
24+
pod 'OSRMTextInstructions', '~> 0.3.0'
2525
```
2626

2727
Then `import OSRMTextInstructions` or `@import OSRMTextInstructions;`.

0 commit comments

Comments
 (0)