From 74c8ff3280270a1b2f793384e0d1e632a85c5c49 Mon Sep 17 00:00:00 2001 From: Gray Campbell <12163070+graycampbell@users.noreply.github.com> Date: Wed, 27 Mar 2019 21:04:36 -0500 Subject: [PATCH] Bump version number --- GCCountryPicker.podspec | 2 +- Sources/GCCountryPicker/Info.plist | 2 +- Sources/GCCountryPickerDemo/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GCCountryPicker.podspec b/GCCountryPicker.podspec index d11f0ce..6ec0891 100644 --- a/GCCountryPicker.podspec +++ b/GCCountryPicker.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GCCountryPicker' - s.version = '2.4.2' + s.version = '2.5.0' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A localized, searchable country picker view controller with optional calling codes for iOS 9+ written in Swift.' s.description = <<-DESC diff --git a/Sources/GCCountryPicker/Info.plist b/Sources/GCCountryPicker/Info.plist index 6b789cc..0784617 100644 --- a/Sources/GCCountryPicker/Info.plist +++ b/Sources/GCCountryPicker/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.4.2 + 2.5.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass diff --git a/Sources/GCCountryPickerDemo/Info.plist b/Sources/GCCountryPickerDemo/Info.plist index a28f5e1..2e78d29 100644 --- a/Sources/GCCountryPickerDemo/Info.plist +++ b/Sources/GCCountryPickerDemo/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 2.4.2 + 2.5.0 CFBundleVersion 1.0 LSRequiresIPhoneOS