Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit 641c341

Browse files
authored
Update README.md
1 parent cddbe45 commit 641c341

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The plugin uses the native libraries [libphonenumber](https://github.com/google/
4343
| Library | Version |
4444
| -------------- | --------- |
4545
| libphonenumber | `8.13.10` |
46-
| PhoneNumberKit | `3.5.8` |
46+
| PhoneNumberKit | `3.5.10` |
4747

4848
## Usage
4949

@@ -52,7 +52,7 @@ The plugin uses the native libraries [libphonenumber](https://github.com/google/
5252
Add the following line to the top of the `Runner` target in your `ios/Podfile`
5353
```ruby
5454
target 'Runner' do
55-
pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.5.8'
55+
pod 'PhoneNumberKit/PhoneNumberKitCore', :git => 'https://github.com/marmelroy/PhoneNumberKit', :tag => '3.5.10'
5656
...
5757
end
5858
```

0 commit comments

Comments
 (0)