Skip to content

Commit 8015fb7

Browse files
author
Bobby Sudekum
authored
Merge pull request #34 from Project-OSRM/release031
Release v0.3.1
2 parents f15f6b4 + e5e89bf commit 8015fb7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

OSRMTextInstructions.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
44

55
s.name = "OSRMTextInstructions"
6-
s.version = "0.3.0"
6+
s.version = "0.3.1"
77
s.summary = "Transforms OSRM route reponses into human-readable instructions."
88

99
s.description = <<-DESC

OSRMTextInstructions/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.3.0</string>
18+
<string>0.3.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>4</string>
20+
<string>5</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

README.md

+2-2
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.3.0
18+
github "Project-OSRM/osrm-text-instructions.swift" ~> 0.3.1
1919
```
2020

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

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

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

0 commit comments

Comments
 (0)