From cc6ec13bc6a44424c745bf9c99b4f5405875bd01 Mon Sep 17 00:00:00 2001 From: delba Date: Thu, 26 May 2016 18:01:38 +0200 Subject: [PATCH] Bump to v0.3 --- SwiftyOAuth.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SwiftyOAuth.podspec b/SwiftyOAuth.podspec index f158fdd..6ce2bbb 100644 --- a/SwiftyOAuth.podspec +++ b/SwiftyOAuth.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "SwiftyOAuth" - s.version = "0.2" + s.version = "0.3" s.license = { :type => "MIT" } s.homepage = "https://github.com/delba/SwiftyOAuth" s.author = { "Damien" => "damien@delba.io" } s.summary = "A small OAuth library with a built-in set of providers" - s.source = { :git => "https://github.com/delba/SwiftyOAuth.git", :tag => "v0.2" } + s.source = { :git => "https://github.com/delba/SwiftyOAuth.git", :tag => "v0.3" } s.ios.deployment_target = "8.0"