Skip to content

Commit 92eef7d

Browse files
author
Bobby Sudekum
authored
Merge pull request #142 from mapbox/release-081
Release v0.8.1
2 parents fd6f6e1 + 903febd commit 92eef7d

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

Geocoder Example/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>10</string>
22+
<string>11</string>
2323
<key>LSRequiresIPhoneOS</key>
2424
<true/>
2525
<key>UILaunchStoryboardName</key>

MapboxGeocoder.swift.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 = "MapboxGeocoder.swift"
6-
s.version = "0.8.0"
6+
s.version = "0.8.1"
77
s.summary = "Mapbox Geocoding API for Swift and Objective-C."
88

99
s.description = <<-DESC

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -985,11 +985,11 @@
985985
CLANG_ANALYZER_NONNULL = YES;
986986
CODE_SIGN_IDENTITY = "";
987987
COMBINE_HIDPI_IMAGES = YES;
988-
CURRENT_PROJECT_VERSION = 10;
988+
CURRENT_PROJECT_VERSION = 11;
989989
DEBUG_INFORMATION_FORMAT = dwarf;
990990
DEFINES_MODULE = YES;
991991
DYLIB_COMPATIBILITY_VERSION = 1;
992-
DYLIB_CURRENT_VERSION = 10;
992+
DYLIB_CURRENT_VERSION = 11;
993993
DYLIB_INSTALL_NAME_BASE = "@rpath";
994994
FRAMEWORK_SEARCH_PATHS = (
995995
"$(inherited)",
@@ -1018,11 +1018,11 @@
10181018
CODE_SIGN_IDENTITY = "";
10191019
COMBINE_HIDPI_IMAGES = YES;
10201020
COPY_PHASE_STRIP = NO;
1021-
CURRENT_PROJECT_VERSION = 10;
1021+
CURRENT_PROJECT_VERSION = 11;
10221022
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
10231023
DEFINES_MODULE = YES;
10241024
DYLIB_COMPATIBILITY_VERSION = 1;
1025-
DYLIB_CURRENT_VERSION = 10;
1025+
DYLIB_CURRENT_VERSION = 11;
10261026
DYLIB_INSTALL_NAME_BASE = "@rpath";
10271027
FRAMEWORK_SEARCH_PATHS = (
10281028
"$(inherited)",
@@ -1099,11 +1099,11 @@
10991099
buildSettings = {
11001100
CLANG_ANALYZER_NONNULL = YES;
11011101
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
1102-
CURRENT_PROJECT_VERSION = 10;
1102+
CURRENT_PROJECT_VERSION = 11;
11031103
DEBUG_INFORMATION_FORMAT = dwarf;
11041104
DEFINES_MODULE = YES;
11051105
DYLIB_COMPATIBILITY_VERSION = 1;
1106-
DYLIB_CURRENT_VERSION = 10;
1106+
DYLIB_CURRENT_VERSION = 11;
11071107
DYLIB_INSTALL_NAME_BASE = "@rpath";
11081108
FRAMEWORK_SEARCH_PATHS = (
11091109
"$(inherited)",
@@ -1132,11 +1132,11 @@
11321132
CLANG_ANALYZER_NONNULL = YES;
11331133
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
11341134
COPY_PHASE_STRIP = NO;
1135-
CURRENT_PROJECT_VERSION = 10;
1135+
CURRENT_PROJECT_VERSION = 11;
11361136
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
11371137
DEFINES_MODULE = YES;
11381138
DYLIB_COMPATIBILITY_VERSION = 1;
1139-
DYLIB_CURRENT_VERSION = 10;
1139+
DYLIB_CURRENT_VERSION = 11;
11401140
DYLIB_INSTALL_NAME_BASE = "@rpath";
11411141
FRAMEWORK_SEARCH_PATHS = (
11421142
"$(inherited)",
@@ -1213,11 +1213,11 @@
12131213
APPLICATION_EXTENSION_API_ONLY = YES;
12141214
CLANG_ANALYZER_NONNULL = YES;
12151215
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
1216-
CURRENT_PROJECT_VERSION = 10;
1216+
CURRENT_PROJECT_VERSION = 11;
12171217
DEBUG_INFORMATION_FORMAT = dwarf;
12181218
DEFINES_MODULE = YES;
12191219
DYLIB_COMPATIBILITY_VERSION = 1;
1220-
DYLIB_CURRENT_VERSION = 10;
1220+
DYLIB_CURRENT_VERSION = 11;
12211221
DYLIB_INSTALL_NAME_BASE = "@rpath";
12221222
GCC_NO_COMMON_BLOCKS = YES;
12231223
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1241,11 +1241,11 @@
12411241
CLANG_ANALYZER_NONNULL = YES;
12421242
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
12431243
COPY_PHASE_STRIP = NO;
1244-
CURRENT_PROJECT_VERSION = 10;
1244+
CURRENT_PROJECT_VERSION = 11;
12451245
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
12461246
DEFINES_MODULE = YES;
12471247
DYLIB_COMPATIBILITY_VERSION = 1;
1248-
DYLIB_CURRENT_VERSION = 10;
1248+
DYLIB_CURRENT_VERSION = 11;
12491249
DYLIB_INSTALL_NAME_BASE = "@rpath";
12501250
GCC_NO_COMMON_BLOCKS = YES;
12511251
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
@@ -1412,10 +1412,10 @@
14121412
buildSettings = {
14131413
CLANG_ENABLE_MODULES = YES;
14141414
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1415-
CURRENT_PROJECT_VERSION = 10;
1415+
CURRENT_PROJECT_VERSION = 11;
14161416
DEFINES_MODULE = YES;
14171417
DYLIB_COMPATIBILITY_VERSION = 1;
1418-
DYLIB_CURRENT_VERSION = 10;
1418+
DYLIB_CURRENT_VERSION = 11;
14191419
DYLIB_INSTALL_NAME_BASE = "@rpath";
14201420
GCC_PREPROCESSOR_DEFINITIONS = (
14211421
"DEBUG=1",
@@ -1440,10 +1440,10 @@
14401440
buildSettings = {
14411441
CLANG_ENABLE_MODULES = YES;
14421442
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
1443-
CURRENT_PROJECT_VERSION = 10;
1443+
CURRENT_PROJECT_VERSION = 11;
14441444
DEFINES_MODULE = YES;
14451445
DYLIB_COMPATIBILITY_VERSION = 1;
1446-
DYLIB_CURRENT_VERSION = 10;
1446+
DYLIB_CURRENT_VERSION = 11;
14471447
DYLIB_INSTALL_NAME_BASE = "@rpath";
14481448
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
14491449
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

MapboxGeocoder/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.8.0</string>
20+
<string>0.8.1</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>10</string>
24+
<string>11</string>
2525
<key>NSPrincipalClass</key>
2626
<string></string>
2727
</dict>

MapboxGeocoderTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.8.0</string>
18+
<string>0.8.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>10</string>
22+
<string>11</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)