From 351d0d586a05e98c1164fd14d81537b84e1ae98b Mon Sep 17 00:00:00 2001 From: William Denniss Date: Fri, 31 May 2019 12:26:07 -0700 Subject: [PATCH] Bump version to 1.0.0 ^_^ --- AppAuth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppAuth.podspec b/AppAuth.podspec index 88b38f3d6..ec0f75a87 100644 --- a/AppAuth.podspec +++ b/AppAuth.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AppAuth" - s.version = "1.0.0.rc1" + s.version = "1.0.0" s.summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers." s.description = <<-DESC