From 3895b4598f0bc47d1147f4f8ab12fe4f66a515dd Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 26 Apr 2017 21:13:16 -0700 Subject: [PATCH] Bump podspec to 0.4.1 --- InstagramSimpleOAuth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InstagramSimpleOAuth.podspec b/InstagramSimpleOAuth.podspec index 10e0d64..439ee35 100644 --- a/InstagramSimpleOAuth.podspec +++ b/InstagramSimpleOAuth.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InstagramSimpleOAuth' - s.version = '0.4.0' + s.version = '0.4.1' s.summary = 'A quick and simple way to authenticate an Instagram user in your iPhone or iPad app.' s.homepage = 'https://github.com/rbaumbach/InstagramSimpleOAuth' s.license = { :type => 'MIT', :file => 'MIT-LICENSE.txt' }