Skip to content

Commit

Permalink
fixed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
4taras4 committed Mar 29, 2017
1 parent 18b869e commit 13f4422
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 9 deletions.
Binary file added .DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ xcuserdata/
*.ipa
*.dSYM.zip
*.dSYM

*.DS_Store
## Playgrounds
timeline.xctimeline
playground.xcworkspace
Expand Down
2 changes: 1 addition & 1 deletion CountryPickerSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'CountryPickerSwift'
s.version = '1.4.0'
s.version = '1.4.1'
s.summary = 'Swift CountryPicker'

# This description is used to generate tags and improve search results.
Expand Down

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CountryPicker is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'CountryPickerSwift'
pod 'CountryPickerSwift' :tag => '1.4.1'
```

## Author
Expand Down

0 comments on commit 13f4422

Please sign in to comment.