Skip to content

Commit 1997fb3

Browse files
committed
Update version to 3.0.0
1 parent bf29472 commit 1997fb3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
📺[![tvOS](https://app.bitrise.io/app/0b037542c2395ffb/status.svg?token=yOtMqbu-5bj8grB1Jmoefg)](https://www.bitrise.io/app/0b037542c2395ffb)    
66
⌚️[![watchOS](https://app.bitrise.io/app/0d4d611f02295183/status.svg?token=NiLB_E_0IvYYqV4Mj973TQ)](https://www.bitrise.io/app/0d4d611f02295183)    
77
<img src="https://upload.wikimedia.org/wikipedia/commons/3/3c/TuxFlat.svg" width="20" alt="Linux">[![](https://api.travis-ci.com/mapbox/turf-swift.svg?branch=main)](https://travis-ci.com/mapbox/turf-swift) &nbsp;&nbsp;&nbsp;
8-
[![Documentation](https://mapbox.github.io/turf-swift/3.0/badge.svg)](https://mapbox.github.io/turf-swift/) &nbsp;&nbsp;&nbsp;
8+
[![Documentation](https://mapbox.github.io/turf-swift/3.0.0/badge.svg)](https://mapbox.github.io/turf-swift/) &nbsp;&nbsp;&nbsp;
99
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) &nbsp;&nbsp;&nbsp;
1010
[![CocoaPods](https://img.shields.io/cocoapods/v/Turf.svg)](https://cocoapods.org/pods/Turf/) &nbsp;&nbsp;&nbsp;
1111
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-4BC51D.svg?style=flat)](https://swift.org/package-manager/) &nbsp;&nbsp;&nbsp;
@@ -36,7 +36,7 @@ To install Turf using [CocoaPods](https://cocoapods.org/):
3636

3737
1. Specify the following dependency in your Podfile:
3838
```rb
39-
pod 'Turf', '~> 3'
39+
pod 'Turf', '~> 3.0'
4040
```
4141
1. Run `pod repo update` if you haven’t lately.
4242
1. Run `pod install` and open the resulting Xcode workspace.
@@ -48,7 +48,7 @@ To install Turf using [Carthage](https://github.com/Carthage/Carthage/):
4848

4949
1. Add the following dependency to your Cartfile:
5050
```
51-
github "mapbox/turf-swift" ~> 3
51+
github "mapbox/turf-swift" ~> 3.0
5252
```
5353
1. Run `carthage bootstrap`.
5454
1. Follow the rest of [Carthage’s integration instructions](https://github.com/Carthage/Carthage#adding-frameworks-to-an-application). Your application target’s Embedded Frameworks should include Turf.framework.
@@ -59,7 +59,7 @@ To install Turf using [Carthage](https://github.com/Carthage/Carthage/):
5959
To install Turf using the [Swift Package Manager](https://swift.org/package-manager/), add the following package to the `dependencies` in your Package.swift file:
6060

6161
```swift
62-
.package(url: "https://github.com/mapbox/turf-swift.git", from: "3.0")
62+
.package(url: "https://github.com/mapbox/turf-swift.git", from: "3.0.0")
6363
```
6464

6565
Then `import Turf` in any Swift file in your module.

Sources/Turf/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>32</string>
2121
<key>NSPrincipalClass</key>

Tests/TurfTests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>3.0</string>
18+
<string>3.0.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>32</string>
2121
</dict>

Turf.podspec

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

55
s.name = "Turf"
6-
s.version = "3.0"
6+
s.version = "3.0.0"
77
s.summary = "Simple spatial analysis."
88
s.description = "A spatial analysis library written in Swift for native iOS, macOS, tvOS, watchOS, visionOS, and Linux applications, ported from Turf.js."
99

0 commit comments

Comments
 (0)