Skip to content

Commit 17200ab

Browse files
committed
Release 0.0.6
1 parent 1d33e04 commit 17200ab

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Example/Pods/Target Support Files/MRCountryPicker/Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Example/Pods/Target Support Files/MRCountryPicker/ResourceBundle-SwiftCountryPicker-Info.plist

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MRCountryPicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MRCountryPicker'
3-
s.version = '0.0.5'
3+
s.version = '0.0.6'
44
s.summary = 'Country picker with flags and optional phone numbers for iOS written in Swift.'
55

66
s.description = <<-DESC

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,14 @@ MRCountryPicker is available through Cocoapods and Carthage.
5555
Add the following line to your Podfile:
5656

5757
```ruby
58-
pod 'MRCountryPicker', '~> 0.0.5'
58+
pod 'MRCountryPicker', '~> 0.0.6'
5959
```
6060

6161
#### [Carthage](https://github.com/Carthage/Carthage):
6262
Add the following line to your Cartfile:
6363

6464
```ruby
65-
github "xTrinch/MRCountryPicker" ~> 0.0.5
65+
github "xTrinch/MRCountryPicker" ~> 0.0.6
6666
```
6767

6868
## Author

0 commit comments

Comments
 (0)