diff --git a/CountryPickerView.podspec b/CountryPickerView.podspec index 4624fa7..2fc5406 100755 --- a/CountryPickerView.podspec +++ b/CountryPickerView.podspec @@ -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" diff --git a/CountryPickerView/Assets/CountryPickerView.bundle/Data/CountryCodes.json b/CountryPickerView/Assets/CountryPickerView.bundle/Data/CountryCodes.json index 75fe666..2a589dc 100755 --- a/CountryPickerView/Assets/CountryPickerView.bundle/Data/CountryCodes.json +++ b/CountryPickerView/Assets/CountryPickerView.bundle/Data/CountryCodes.json @@ -275,6 +275,11 @@ "code": "CU" }, { +"name": "Curacao", +"dial_code": "+599", +"code": "CW" +}, +{ "name": "Cyprus", "dial_code": "+357", "code": "CY" diff --git a/CountryPickerView/Assets/CountryPickerView.bundle/Images/AN.png b/CountryPickerView/Assets/CountryPickerView.bundle/Images/AN.png deleted file mode 100755 index f8e1160..0000000 Binary files a/CountryPickerView/Assets/CountryPickerView.bundle/Images/AN.png and /dev/null differ