We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58bf74c commit 5d0c770Copy full SHA for 5d0c770
1 file changed
README.md
@@ -15,13 +15,13 @@ OSRM Text Instructions for Swift is based on the canonical [osrm-text-instructio
15
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:
16
17
```cartfile
18
-github "Project-OSRM/osrm-text-instructions.swift" ~> 0.2.0
+github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.0
19
```
20
21
Or in your [CocoaPods](http://cocoapods.org/) Podfile:
22
23
```podspec
24
-pod 'OSRMTextInstructions', '~> 0.2.0'
+pod 'OSRMTextInstructions', '~> 0.3.0'
25
26
27
Then `import OSRMTextInstructions` or `@import OSRMTextInstructions;`.
0 commit comments