Skip to content

Commit

Permalink
Merge pull request #374 from mapbox/rel-0.29.0
Browse files Browse the repository at this point in the history
Prepare release of 0.29.0
  • Loading branch information
1ec5 authored Jun 27, 2019
2 parents 4ebda59 + a5a5c52 commit 9ce724b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes to MapboxDirections.swift

## master
## v0.29.0

* Added support for Swift Package Manager. ([#362](https://github.com/mapbox/MapboxDirections.swift/pull/362))

Expand Down
2 changes: 1 addition & 1 deletion Directions Example/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.28.0</string>
<string>0.29.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion MapboxDirections.swift.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 = "MapboxDirections.swift"
s.version = "0.28.0"
s.version = "0.29.0"
s.summary = "Mapbox Directions API wrapper for Swift and Objective-C."

s.description = <<-DESC
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,19 @@ MapboxDirections.swift pairs well with [MapboxGeocoder.swift](https://github.com
Specify the following dependency in your [Carthage](https://github.com/Carthage/Carthage) Cartfile:

```cartfile
github "mapbox/MapboxDirections.swift" ~> 0.28
github "mapbox/MapboxDirections.swift" ~> 0.29
```

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

```podspec
pod 'MapboxDirections.swift', '~> 0.28'
pod 'MapboxDirections.swift', '~> 0.29'
```

Or in your [Swift Package Manager](https://swift.org/package-manager/) Package.swift:

```swift
.package(url: "https://github.com/mapbox/MapboxDirections.swift.git", from: "0.28.0")
.package(url: "https://github.com/mapbox/MapboxDirections.swift.git", from: "0.29.0")
```

Then `import MapboxDirections` or `@import MapboxDirections;`.
Expand Down
2 changes: 1 addition & 1 deletion Tests/MapboxDirectionsTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>0.28.0</string>
<string>0.29.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 9ce724b

Please sign in to comment.