From b28c83a6f9cc7d7b631149c7879b76f7f584fad1 Mon Sep 17 00:00:00 2001 From: Kizito Nwose Date: Sat, 23 Feb 2019 14:56:36 +0100 Subject: [PATCH] Bump podspec version. --- CountryPickerView.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CountryPickerView.podspec b/CountryPickerView.podspec index 25e0cd2..bb02c3d 100755 --- a/CountryPickerView.podspec +++ b/CountryPickerView.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "CountryPickerView" - spec.version = "2.2.1" + spec.version = "2.2.2" spec.summary = "A simple, customizable view for selecting countries in iOS apps." spec.homepage = "https://github.com/kizitonwose/CountryPickerView" spec.license = "MIT"