Skip to content

Commit 87b5b37

Browse files
authored
v2.6.1 (#202)
1 parent a6b203e commit 87b5b37

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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/2.6.0/badge.svg)](https://mapbox.github.io/turf-swift/) &nbsp;&nbsp;&nbsp;
8+
[![Documentation](https://mapbox.github.io/turf-swift/2.6.1/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;

Sources/Turf/Info.plist

Lines changed: 2 additions & 2 deletions
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>2.6.0</string>
18+
<string>2.6.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>27</string>
20+
<string>28</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

Tests/TurfTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.6.0</string>
18+
<string>2.6.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>27</string>
20+
<string>28</string>
2121
</dict>
2222
</plist>

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 = "2.6.0"
6+
s.version = "2.6.1"
77
s.summary = "Simple spatial analysis."
88
s.description = "A spatial analysis library written in Swift for native iOS, macOS, tvOS, watchOS, and Linux applications, ported from Turf.js."
99

Turf.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@
473473
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
474474
CODE_SIGN_IDENTITY = "iPhone Developer";
475475
COPY_PHASE_STRIP = NO;
476-
CURRENT_PROJECT_VERSION = 27;
476+
CURRENT_PROJECT_VERSION = 28;
477477
DEAD_CODE_STRIPPING = YES;
478478
DEBUG_INFORMATION_FORMAT = dwarf;
479479
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -545,7 +545,7 @@
545545
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
546546
CODE_SIGN_IDENTITY = "iPhone Developer";
547547
COPY_PHASE_STRIP = NO;
548-
CURRENT_PROJECT_VERSION = 27;
548+
CURRENT_PROJECT_VERSION = 28;
549549
DEAD_CODE_STRIPPING = YES;
550550
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
551551
ENABLE_NS_ASSERTIONS = NO;
@@ -582,7 +582,7 @@
582582
DEAD_CODE_STRIPPING = YES;
583583
DEFINES_MODULE = YES;
584584
DYLIB_COMPATIBILITY_VERSION = 1;
585-
DYLIB_CURRENT_VERSION = 27;
585+
DYLIB_CURRENT_VERSION = 28;
586586
DYLIB_INSTALL_NAME_BASE = "@rpath";
587587
INFOPLIST_FILE = Sources/Turf/Info.plist;
588588
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -602,7 +602,7 @@
602602
DEAD_CODE_STRIPPING = YES;
603603
DEFINES_MODULE = YES;
604604
DYLIB_COMPATIBILITY_VERSION = 1;
605-
DYLIB_CURRENT_VERSION = 27;
605+
DYLIB_CURRENT_VERSION = 28;
606606
DYLIB_INSTALL_NAME_BASE = "@rpath";
607607
INFOPLIST_FILE = Sources/Turf/Info.plist;
608608
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

0 commit comments

Comments
 (0)