Skip to content

Commit 454384b

Browse files
committed
Release 0.8.3
1 parent 89d9491 commit 454384b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

PhoneNumberKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = "PhoneNumberKit"
11-
s.version = "0.8.2"
11+
s.version = "0.8.3"
1212
s.summary = "Swift framework for working with phone numbers"
1313

1414
# This description is used to generate tags and improve search results.

PhoneNumberKit.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
322322
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
323323
COPY_PHASE_STRIP = NO;
324-
CURRENT_PROJECT_VERSION = 17;
324+
CURRENT_PROJECT_VERSION = 18;
325325
DEBUG_INFORMATION_FORMAT = dwarf;
326326
ENABLE_STRICT_OBJC_MSGSEND = YES;
327327
ENABLE_TESTABILITY = YES;
@@ -371,7 +371,7 @@
371371
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
372372
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
373373
COPY_PHASE_STRIP = NO;
374-
CURRENT_PROJECT_VERSION = 17;
374+
CURRENT_PROJECT_VERSION = 18;
375375
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
376376
ENABLE_NS_ASSERTIONS = NO;
377377
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -401,7 +401,7 @@
401401
CLANG_ENABLE_MODULES = YES;
402402
DEFINES_MODULE = YES;
403403
DYLIB_COMPATIBILITY_VERSION = 1;
404-
DYLIB_CURRENT_VERSION = 17;
404+
DYLIB_CURRENT_VERSION = 18;
405405
DYLIB_INSTALL_NAME_BASE = "@rpath";
406406
INFOPLIST_FILE = PhoneNumberKit/Info.plist;
407407
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -420,7 +420,7 @@
420420
CLANG_ENABLE_MODULES = YES;
421421
DEFINES_MODULE = YES;
422422
DYLIB_COMPATIBILITY_VERSION = 1;
423-
DYLIB_CURRENT_VERSION = 17;
423+
DYLIB_CURRENT_VERSION = 18;
424424
DYLIB_INSTALL_NAME_BASE = "@rpath";
425425
INFOPLIST_FILE = PhoneNumberKit/Info.plist;
426426
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";

PhoneNumberKit/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>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.8.2</string>
18+
<string>0.8.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>17</string>
22+
<string>18</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

PhoneNumberKitTests/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.2</string>
18+
<string>0.8.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>17</string>
22+
<string>18</string>
2323
</dict>
2424
</plist>

0 commit comments

Comments
 (0)