From ddcb67a5371eefa30882b335e91c0234bf64716b Mon Sep 17 00:00:00 2001 From: Eldor Khalyknazarov Date: Fri, 8 Jul 2016 14:31:11 -0500 Subject: [PATCH] update pod spec version to 3.2.2 --- DeskAPIClient.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeskAPIClient.podspec b/DeskAPIClient.podspec index f6b3b94..dc29834 100644 --- a/DeskAPIClient.podspec +++ b/DeskAPIClient.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "DeskAPIClient" - s.version = "3.2.1" + s.version = "3.2.2" s.summary = "A lightweight wrapper around the Desk.com API, v2." s.license = { :type => 'BSD 3-Clause', :file => 'LICENSE.txt' } s.homepage = "https://github.com/forcedotcom/DeskApiClient-ObjC"