Skip to content
This repository has been archived by the owner on Dec 14, 2024. It is now read-only.

Commit

Permalink
Updated LPN metadata.
Browse files Browse the repository at this point in the history
- Updating fixes a notable bug with Australian phone numbers where if the third digit in the national number is a 0, lpn would not validate an Australian number as valid.
- The metadata fix is updated regex to support the 0.
Bumped podspec.
  • Loading branch information
anthonycvella committed Jul 26, 2019
1 parent a8dfa21 commit 310dfc9
Show file tree
Hide file tree
Showing 4 changed files with 4,724 additions and 4,719 deletions.
2 changes: 1 addition & 1 deletion libPhoneNumber-iOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "libPhoneNumber-iOS"
s.version = "0.9.18"
s.version = "0.9.19"
s.summary = "iOS library for parsing, formatting, storing and validating international phone numbers from libphonenumber library."
s.description = <<-DESC
libPhoneNumber for iOS
Expand Down
Loading

0 comments on commit 310dfc9

Please sign in to comment.