From 681488c5fe1df7d012ca39c0b90b59f0c9f4d5fd Mon Sep 17 00:00:00 2001 From: Kizito Nwose Date: Sun, 7 Apr 2019 15:14:36 +0100 Subject: [PATCH] Release version 3.0.0 --- CountryPickerView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CountryPickerView.podspec b/CountryPickerView.podspec index 805d902..7d5f91d 100755 --- a/CountryPickerView.podspec +++ b/CountryPickerView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "CountryPickerView" - spec.version = "2.2.5" + spec.version = "3.0.0" spec.summary = "A simple, customizable view for selecting countries in iOS apps." spec.homepage = "https://github.com/kizitonwose/CountryPickerView" spec.license = "MIT"