From 58ca2e9ba0dd03fd158695a426df3e2b475d1c8d Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Thu, 4 Sep 2014 10:47:17 -0700 Subject: [PATCH] Bumping version to 2.4.1 --- AFNetworking.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AFNetworking.podspec b/AFNetworking.podspec index 8da4be13cd..2d44a2557b 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'AFNetworking' - s.version = '2.4.0' + s.version = '2.4.1' s.license = 'MIT' s.summary = 'A delightful iOS and OS X networking framework.' s.homepage = 'https://github.com/AFNetworking/AFNetworking' s.social_media_url = 'https://twitter.com/AFNetworking' s.authors = { 'Mattt Thompson' => 'm@mattt.me' } - s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.4.0", :submodules => true } + s.source = { :git => 'https://github.com/AFNetworking/AFNetworking.git', :tag => "2.4.1", :submodules => true } s.requires_arc = true s.ios.deployment_target = '6.0'