From b53b73f493478ece83a463ed4e5433fa974ad4b3 Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Mon, 26 Sep 2011 15:07:32 -0500 Subject: [PATCH] Bumping version to 0.6.1 --- AFNetworking.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AFNetworking.podspec b/AFNetworking.podspec index af5abe3..8405520 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do name 'AFNetworking' - version '0.6.0' + version '0.6.1' summary 'A delightful iOS networking library with NSOperations and block-based callbacks' homepage 'https://github.com/gowalla/AFNetworking' authors 'Mattt Thompson' => 'm@mattt.me', 'Scott Raymond' => 'sco@gowalla.com' source :git => 'https://github.com/gowalla/AFNetworking.git', - :tag => '0.6.0' + :tag => '0.6.1' platforms 'iOS' sdk '>= 4.0'