Skip to content

Commit 168da5a

Browse files
committed
v0.4.1
1 parent 4e4a6a5 commit 168da5a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

Geocoder Example/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>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.0</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

MapboxGeocoder.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,10 @@
734734
isa = XCBuildConfiguration;
735735
baseConfigurationReference = B4B7718C3CC6CB35C1916D3E /* Pods-MapboxGeocoder.debug.xcconfig */;
736736
buildSettings = {
737-
CURRENT_PROJECT_VERSION = 1;
737+
CURRENT_PROJECT_VERSION = 2;
738738
DEFINES_MODULE = YES;
739739
DYLIB_COMPATIBILITY_VERSION = 1;
740-
DYLIB_CURRENT_VERSION = 1;
740+
DYLIB_CURRENT_VERSION = 2;
741741
DYLIB_INSTALL_NAME_BASE = "@rpath";
742742
GCC_PREPROCESSOR_DEFINITIONS = (
743743
"DEBUG=1",
@@ -758,10 +758,10 @@
758758
isa = XCBuildConfiguration;
759759
baseConfigurationReference = 6B55078E561746475518C5B0 /* Pods-MapboxGeocoder.release.xcconfig */;
760760
buildSettings = {
761-
CURRENT_PROJECT_VERSION = 1;
761+
CURRENT_PROJECT_VERSION = 2;
762762
DEFINES_MODULE = YES;
763763
DYLIB_COMPATIBILITY_VERSION = 1;
764-
DYLIB_CURRENT_VERSION = 1;
764+
DYLIB_CURRENT_VERSION = 2;
765765
DYLIB_INSTALL_NAME_BASE = "@rpath";
766766
INFOPLIST_FILE = MapboxGeocoder/Info.plist;
767767
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

MapboxGeocoder/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>1.0</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

MapboxGeocoderTests/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>1.0</string>
18+
<string>0.4.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)