Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
graycampbell committed Oct 8, 2017
1 parent 3874525 commit 58d6d5c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion GCCountryPicker.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'GCCountryPicker'
s.version = '1.0.2'
s.version = '1.0.3'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'A localized, searchable country picker view controller for iOS 11+ written in Swift.'
s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion GCCountryPicker/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down
2 changes: 1 addition & 1 deletion GCCountryPickerDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0.2</string>
<string>1.0.3</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ pod 'GCCountryPicker'
### Documentation
- [Classes](http://cocoadocs.org/docsets/GCCountryPicker/1.0.2/Classes.html)
- [GCCountry](http://cocoadocs.org/docsets/GCCountryPicker/1.0.2/Classes/GCCountry.html)
- [GCCountryPickerViewController](http://cocoadocs.org/docsets/GCCountryPicker/1.0.2/Classes/GCCountryPickerViewController.html)
- [Classes](http://cocoadocs.org/docsets/GCCountryPicker/1.0.3/Classes.html)
- [GCCountry](http://cocoadocs.org/docsets/GCCountryPicker/1.0.3/Classes/GCCountry.html)
- [GCCountryPickerViewController](http://cocoadocs.org/docsets/GCCountryPicker/1.0.3/Classes/GCCountryPickerViewController.html)
- [Protocols](http://cocoadocs.org/docsets/GCCountryPicker/1.0.2/Protocols.html)
- [GCCountryPickerDelegate](http://cocoadocs.org/docsets/GCCountryPicker/1.0.2/Protocols/GCCountryPickerDelegate.html)
- [GCCountryPickerDataSource](http://cocoadocs.org/docsets/GCCountryPicker/1.0.2/Protocols/GCCountryPickerDataSource.html)
- [Protocols](http://cocoadocs.org/docsets/GCCountryPicker/1.0.3/Protocols.html)
- [GCCountryPickerDelegate](http://cocoadocs.org/docsets/GCCountryPicker/1.0.3/Protocols/GCCountryPickerDelegate.html)
- [GCCountryPickerDataSource](http://cocoadocs.org/docsets/GCCountryPicker/1.0.3/Protocols/GCCountryPickerDataSource.html)
### License
Expand Down

0 comments on commit 58d6d5c

Please sign in to comment.