Skip to content

Commit

Permalink
Merge pull request #322 from chrispark-google/master
Browse files Browse the repository at this point in the history
Update version to 1.0.2
  • Loading branch information
paween committed Sep 15, 2020
2 parents 25e0a26 + 2af42e9 commit 597cb8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion libPhoneNumber-iOS.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "libPhoneNumber-iOS"
s.version = "1.0.1"
s.version = "1.0.2"
s.summary = "iOS library for parsing, formatting, storing and validating international phone numbers from libphonenumber library."
s.description = <<-DESC
libPhoneNumber for iOS
Expand Down
6 changes: 3 additions & 3 deletions libPhoneNumber/NBGeneratedPhoneNumberMetaData.h
Expand Up @@ -16,7 +16,7 @@
#if TESTING==1

z_const Bytef kPhoneNumberMetaData[] = {
0x1f, 0x8b, 0x08, 0x08, 0xff, 0xc5, 0x5f, 0x5f, 0x00, 0x03, 0x50, 0x68,
0x1f, 0x8b, 0x08, 0x08, 0x6a, 0x2c, 0x61, 0x5f, 0x00, 0x03, 0x50, 0x68,
0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x65, 0x74,
0x61, 0x44, 0x61, 0x74, 0x61, 0x46, 0x6f, 0x72, 0x54, 0x65, 0x73, 0x74,
0x69, 0x6e, 0x67, 0x2e, 0x6a, 0x73, 0x6f, 0x6e, 0x00, 0xed, 0x1d, 0x6b,
Expand Down Expand Up @@ -315,7 +315,7 @@ z_const size_t kPhoneNumberMetaDataExpandedLength = 33021;
#else // TESTING == 1

z_const Bytef kPhoneNumberMetaData[] = {
0x1f, 0x8b, 0x08, 0x08, 0xff, 0xc5, 0x5f, 0x5f, 0x00, 0x03, 0x50, 0x68,
0x1f, 0x8b, 0x08, 0x08, 0x6a, 0x2c, 0x61, 0x5f, 0x00, 0x03, 0x50, 0x68,
0x6f, 0x6e, 0x65, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x65, 0x74,
0x61, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x6a, 0x73, 0x6f, 0x6e, 0x00, 0xec,
0xbd, 0x5b, 0x8f, 0x24, 0xb7, 0x92, 0x26, 0xf8, 0x57, 0x84, 0x80, 0x1e,
Expand Down Expand Up @@ -4496,7 +4496,7 @@ z_const size_t kPhoneNumberMetaDataExpandedLength = 339080;
#if SHORT_NUMBER_SUPPORT

z_const Bytef kShortNumberMetaData[] = {
0x1f, 0x8b, 0x08, 0x08, 0xff, 0xc5, 0x5f, 0x5f, 0x00, 0x03, 0x53, 0x68,
0x1f, 0x8b, 0x08, 0x08, 0x6a, 0x2c, 0x61, 0x5f, 0x00, 0x03, 0x53, 0x68,
0x6f, 0x72, 0x74, 0x4e, 0x75, 0x6d, 0x62, 0x65, 0x72, 0x4d, 0x65, 0x74,
0x61, 0x44, 0x61, 0x74, 0x61, 0x2e, 0x6a, 0x73, 0x6f, 0x6e, 0x00, 0xed,
0x7d, 0x5d, 0x8f, 0xdc, 0x3a, 0x92, 0xe5, 0x7f, 0xa9, 0x27, 0x27, 0xe0,
Expand Down

0 comments on commit 597cb8f

Please sign in to comment.