Skip to content

Commit

Permalink
Release 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
deanrock committed Jan 18, 2017
1 parent 1d33e04 commit 17200ab
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion MRCountryPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MRCountryPicker'
s.version = '0.0.5'
s.version = '0.0.6'
s.summary = 'Country picker with flags and optional phone numbers for iOS written in Swift.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,14 @@ MRCountryPicker is available through Cocoapods and Carthage.
Add the following line to your Podfile:

```ruby
pod 'MRCountryPicker', '~> 0.0.5'
pod 'MRCountryPicker', '~> 0.0.6'
```

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

```ruby
github "xTrinch/MRCountryPicker" ~> 0.0.5
github "xTrinch/MRCountryPicker" ~> 0.0.6
```

## Author
Expand Down

0 comments on commit 17200ab

Please sign in to comment.