Skip to content

Commit

Permalink
Merge pull request #114 from kizitonwose/dev
Browse files Browse the repository at this point in the history
Release 3.1.1
  • Loading branch information
kizitonwose authored Apr 5, 2020
2 parents e218980 + 4f0582b commit 8ad8fdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CountryPickerView.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "CountryPickerView"
spec.version = "3.1.0"
spec.version = "3.1.1"
spec.summary = "A simple, customizable view for selecting countries in iOS apps."
spec.homepage = "https://github.com/kizitonwose/CountryPickerView"
spec.license = "MIT"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,11 @@
"code": "CU"
},
{
"name": "Curacao",
"dial_code": "+599",
"code": "CW"
},
{
"name": "Cyprus",
"dial_code": "+357",
"code": "CY"
Expand Down
Binary file not shown.

0 comments on commit 8ad8fdf

Please sign in to comment.