Bumping version to 0.6.1

This commit is contained in:
Mattt Thompson 2011-09-26 15:07:32 -05:00
parent 6eb326fd5a
commit b53b73f493

View file

@ -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'