Skip to content

Commit 42926cf

Browse files
authored
Merge pull request #212 from mapbox/azarovalex/v2.7.1
v2.7.1 version bump
2 parents 7f757ac + 8a92934 commit 42926cf

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.7.0/badge.svg)](https://mapbox.github.io/turf-swift/) &nbsp;&nbsp;&nbsp;
8+
[![Documentation](https://mapbox.github.io/turf-swift/2.7.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.7.0</string>
18+
<string>2.7.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>29</string>
20+
<string>30</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.7.0</string>
18+
<string>2.7.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>29</string>
20+
<string>30</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.7.0"
6+
s.version = "2.7.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
@@ -495,7 +495,7 @@
495495
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
496496
CODE_SIGN_IDENTITY = "iPhone Developer";
497497
COPY_PHASE_STRIP = NO;
498-
CURRENT_PROJECT_VERSION = 29;
498+
CURRENT_PROJECT_VERSION = 30;
499499
DEAD_CODE_STRIPPING = YES;
500500
DEBUG_INFORMATION_FORMAT = dwarf;
501501
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -567,7 +567,7 @@
567567
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
568568
CODE_SIGN_IDENTITY = "iPhone Developer";
569569
COPY_PHASE_STRIP = NO;
570-
CURRENT_PROJECT_VERSION = 29;
570+
CURRENT_PROJECT_VERSION = 30;
571571
DEAD_CODE_STRIPPING = YES;
572572
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
573573
ENABLE_NS_ASSERTIONS = NO;
@@ -604,7 +604,7 @@
604604
DEAD_CODE_STRIPPING = YES;
605605
DEFINES_MODULE = YES;
606606
DYLIB_COMPATIBILITY_VERSION = 1;
607-
DYLIB_CURRENT_VERSION = 29;
607+
DYLIB_CURRENT_VERSION = 30;
608608
DYLIB_INSTALL_NAME_BASE = "@rpath";
609609
INFOPLIST_FILE = Sources/Turf/Info.plist;
610610
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -624,7 +624,7 @@
624624
DEAD_CODE_STRIPPING = YES;
625625
DEFINES_MODULE = YES;
626626
DYLIB_COMPATIBILITY_VERSION = 1;
627-
DYLIB_CURRENT_VERSION = 29;
627+
DYLIB_CURRENT_VERSION = 30;
628628
DYLIB_INSTALL_NAME_BASE = "@rpath";
629629
INFOPLIST_FILE = Sources/Turf/Info.plist;
630630
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

0 commit comments

Comments
 (0)