Skip to content

Commit

Permalink
Merge pull request #34 from Project-OSRM/release031
Browse files Browse the repository at this point in the history
Release v0.3.1
  • Loading branch information
Bobby Sudekum authored Aug 21, 2017
2 parents f15f6b4 + e5e89bf commit 8015fb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion OSRMTextInstructions.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #

s.name = "OSRMTextInstructions"
s.version = "0.3.0"
s.version = "0.3.1"
s.summary = "Transforms OSRM route reponses into human-readable instructions."

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions OSRMTextInstructions/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.3.0</string>
<string>0.3.1</string>
<key>CFBundleVersion</key>
<string>4</string>
<string>5</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ OSRM Text Instructions for Swift is based on the canonical [osrm-text-instructio
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage/) Cartfile:

```cartfile
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.0
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.1
```

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

```podspec
pod 'OSRMTextInstructions', '~> 0.3.0'
pod 'OSRMTextInstructions', '~> 0.3.1'
```

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

0 comments on commit 8015fb7

Please sign in to comment.